Shades of Dark Cyan #019987
Tints of Dark Cyan #019987
RGB
CMYK
RGB Variations
Color information
#019987 (or 0x019987) is known color: Dark Cyan. HEX triplet: 01, 99 and 87. RGB value is (1,153,135). Sum of RGB (Red+Green+Blue) = 1+153+135=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #019987 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019987 is #FE6678. Grayscale: #696969. Windows color (decimal): -16672377 or 8886529. OLE color: 8886529.
HSL color Cylindrical-coordinate representation of color #019987: hue angle of 172.89º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019987 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 135 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.4 |
| HSL | 172.89º | 0.99% | 0.3% | - |
| HSV(B) | 172.89º | 0.99% | 0.6% | - |
| XYZ | 15.78 | 24.54 | 26.83 | - |
| YUV | 105.5 | 144.64 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 135 | 0.99 | 0 | 0.12 | 0.4 | 172.89 | 0.99 | 0.3 |
| Hex | 1 | 99 | 87 | 63 | 0 | C | 28 | AD | 63 | 1E |
| Octal | 1 | 231 | 207 | 143 | 0 | 14 | 50 | 255 | 143 | 36 |
| Binary | 1 | 10011001 | 10000111 | 1100011 | 0 | 1100 | 101000 | 10101101 | 1100011 | 11110 |
Color Harmonies of #019987
Complementary color
Monochromatic Colors of #019987
Black with #019987
Text Example
Text Example
White with #019987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019987; }
p { color: rgb(1,153,135); }
H1.HeaderClassName
{
color: #019987;
}
.AnyTagClassName
{
color: #019987;
}
</style>
background-color css
<style>
a { background-color: #019987; }
a { background-color: rgb(1,153,135); }
div.DivClassName
{
background-color: #019987;
}
.BgClassName
{
background-color: #019987;
}
</style>
border-color css
<style>
span { border-color: #019987; }
span { border-color: rgb(1,153,135); }
td.TdClassName
{
border-color: #019987;
}
.TagClassName
{
border-color: #019987;
}
</style>