Shades of Dark Cyan #019787
Tints of Dark Cyan #019787
RGB
CMYK
RGB Variations
Color information
#019787 (or 0x019787) is known color: Dark Cyan. HEX triplet: 01, 97 and 87. RGB value is (1,151,135). Sum of RGB (Red+Green+Blue) = 1+151+135=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #019787 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019787 is #FE6878. Grayscale: #686868. Windows color (decimal): -16672889 or 8886017. OLE color: 8886017.
HSL color Cylindrical-coordinate representation of color #019787: hue angle of 173.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019787 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 151 | 135 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.41 |
| HSL | 173.6º | 0.99% | 0.3% | - |
| HSV(B) | 173.6º | 0.99% | 0.59% | - |
| XYZ | 15.45 | 23.89 | 26.72 | - |
| YUV | 104.33 | 145.31 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 135 | 0.99 | 0 | 0.11 | 0.41 | 173.6 | 0.99 | 0.3 |
| Hex | 1 | 97 | 87 | 63 | 0 | B | 29 | AE | 63 | 1E |
| Octal | 1 | 227 | 207 | 143 | 0 | 13 | 51 | 256 | 143 | 36 |
| Binary | 1 | 10010111 | 10000111 | 1100011 | 0 | 1011 | 101001 | 10101110 | 1100011 | 11110 |
Color Harmonies of #019787
Complementary color
Monochromatic Colors of #019787
Black with #019787
Text Example
Text Example
White with #019787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019787; }
p { color: rgb(1,151,135); }
H1.HeaderClassName
{
color: #019787;
}
.AnyTagClassName
{
color: #019787;
}
</style>
background-color css
<style>
a { background-color: #019787; }
a { background-color: rgb(1,151,135); }
div.DivClassName
{
background-color: #019787;
}
.BgClassName
{
background-color: #019787;
}
</style>
border-color css
<style>
span { border-color: #019787; }
span { border-color: rgb(1,151,135); }
td.TdClassName
{
border-color: #019787;
}
.TagClassName
{
border-color: #019787;
}
</style>