Shades of Dark Cyan #019589
Tints of Dark Cyan #019589
RGB
CMYK
RGB Variations
Color information
#019589 (or 0x019589) is known color: Dark Cyan. HEX triplet: 01, 95 and 89. RGB value is (1,149,137). Sum of RGB (Red+Green+Blue) = 1+149+137=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #019589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019589 is #FE6A76. Grayscale: #676767. Windows color (decimal): -16673399 or 9016577. OLE color: 9016577.
HSL color Cylindrical-coordinate representation of color #019589: hue angle of 175.14º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019589 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 137 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.42 |
| HSL | 175.14º | 0.99% | 0.29% | - |
| HSV(B) | 175.14º | 0.99% | 0.58% | - |
| XYZ | 15.28 | 23.31 | 27.36 | - |
| YUV | 103.38 | 146.97 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 137 | 0.99 | 0 | 0.08 | 0.42 | 175.14 | 0.99 | 0.29 |
| Hex | 1 | 95 | 89 | 63 | 0 | 8 | 2A | AF | 63 | 1D |
| Octal | 1 | 225 | 211 | 143 | 0 | 10 | 52 | 257 | 143 | 35 |
| Binary | 1 | 10010101 | 10001001 | 1100011 | 0 | 1000 | 101010 | 10101111 | 1100011 | 11101 |
Color Harmonies of #019589
Complementary color
Monochromatic Colors of #019589
Black with #019589
Text Example
Text Example
White with #019589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019589; }
p { color: rgb(1,149,137); }
H1.HeaderClassName
{
color: #019589;
}
.AnyTagClassName
{
color: #019589;
}
</style>
background-color css
<style>
a { background-color: #019589; }
a { background-color: rgb(1,149,137); }
div.DivClassName
{
background-color: #019589;
}
.BgClassName
{
background-color: #019589;
}
</style>
border-color css
<style>
span { border-color: #019589; }
span { border-color: rgb(1,149,137); }
td.TdClassName
{
border-color: #019589;
}
.TagClassName
{
border-color: #019589;
}
</style>