In a RGB color space, #009999 hex color (also known as Regula Barbara Blue) is composed of 0% red, 60% green and 60% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 0% magenta, 0% yellow and 40% black. It has a hue angle of 180 degrees, a saturation of 100% and a lightness of 30%. #009999 color hex could be obtained by blending #00ffff with #003333. #009999(or #099) is a websafe color.
The hexadecimal color #009999 has RGB values of R:0, G:153, B:153 and CMYK values of C:1, M:0, Y:0, K:0.4. Its decimal value is 39321.
Hex triplet | 009999 | #009999 |
RGB Decimal | 0, 153, 153 | rgb(0,153,153) |
RGB Percent | 0, 60, 60 | rgb(0%,60%,60%) |
CMYK | 100, 0, 0, 40 | |
HSL | 180°, 100, 30 | hsl(180,100%,30%) |
HSV(HSB) | 180°, 100, 60 | |
Web Safe | 009999 | #099 |
XYZ | 17.141, 25.082, 34.075 |
xyY | 0.225, 0.329, 25.082 |
CIE-LAB | 57.156, -32.836, -9.656 |
CIE-LCH | 57.156, 34.226, 196.386 |
CIE-LUV | 57.156, -44.206, -9.545 |
Hunter-Lab | 50.082, -26.551, -5.282 |
Binary | 00000000, 10011001, 10011001 |
Below, you can see some colors close to #009999. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #009999.
<span style="color:#009999">Text here</span>
This paragraph has a background color of #009999.
<p style="background-color:#009999;">Content here</p>
This element has a border color of #009999.
<div style="border:1px #009999;">Content here</div>
.text {color:#009999;}
.background {background-color:#009999;}
.border {border:1px solid #009999;}
.text-shadow {border:1px solid #009999;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000404 is the darkest color, while #eeffff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #4c4d4d is the less saturated color, while #069393 is the most saturated one.