Shades of Dark Cyan #019886
Tints of Dark Cyan #019886
RGB
CMYK
RGB Variations
Color information
#019886 (or 0x019886) is known color: Dark Cyan. HEX triplet: 01, 98 and 86. RGB value is (1,152,134). Sum of RGB (Red+Green+Blue) = 1+152+134=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #019886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019886 is #FE6779. Grayscale: #686868. Windows color (decimal): -16672634 or 8820737. OLE color: 8820737.
HSL color Cylindrical-coordinate representation of color #019886: hue angle of 172.85º 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 #019886 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 152 | 134 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.40 |
| HSL | 172.85º | 0.99% | 0.3% | - |
| HSV(B) | 172.85º | 0.99% | 0.6% | - |
| XYZ | 15.54 | 24.18 | 26.4 | - |
| YUV | 104.8 | 144.47 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 134 | 0.99 | 0 | 0.12 | 0.40 | 172.85 | 0.99 | 0.3 |
| Hex | 1 | 98 | 86 | 63 | 0 | C | 28 | AD | 63 | 1E |
| Octal | 1 | 230 | 206 | 143 | 0 | 14 | 50 | 255 | 143 | 36 |
| Binary | 1 | 10011000 | 10000110 | 1100011 | 0 | 1100 | 101000 | 10101101 | 1100011 | 11110 |
Color Harmonies of #019886
Complementary color
Monochromatic Colors of #019886
Black with #019886
Text Example
Text Example
White with #019886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019886; }
p { color: rgb(1,152,134); }
H1.HeaderClassName
{
color: #019886;
}
.AnyTagClassName
{
color: #019886;
}
</style>
background-color css
<style>
a { background-color: #019886; }
a { background-color: rgb(1,152,134); }
div.DivClassName
{
background-color: #019886;
}
.BgClassName
{
background-color: #019886;
}
</style>
border-color css
<style>
span { border-color: #019886; }
span { border-color: rgb(1,152,134); }
td.TdClassName
{
border-color: #019886;
}
.TagClassName
{
border-color: #019886;
}
</style>