Shades of Dark Cyan #019888
Tints of Dark Cyan #019888
RGB
CMYK
RGB Variations
Color information
#019888 (or 0x019888) is known color: Dark Cyan. HEX triplet: 01, 98 and 88. RGB value is (1,152,136). Sum of RGB (Red+Green+Blue) = 1+152+136=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #019888 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019888 is #FE6777. Grayscale: #686868. Windows color (decimal): -16672632 or 8951809. OLE color: 8951809.
HSL color Cylindrical-coordinate representation of color #019888: hue angle of 173.64º 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 #019888 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 152 | 136 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.40 |
| HSL | 173.64º | 0.99% | 0.3% | - |
| HSV(B) | 173.64º | 0.99% | 0.6% | - |
| XYZ | 15.68 | 24.24 | 27.14 | - |
| YUV | 105.03 | 145.47 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 152 | 136 | 0.99 | 0 | 0.11 | 0.40 | 173.64 | 0.99 | 0.3 |
| Hex | 1 | 98 | 88 | 63 | 0 | B | 28 | AE | 63 | 1E |
| Octal | 1 | 230 | 210 | 143 | 0 | 13 | 50 | 256 | 143 | 36 |
| Binary | 1 | 10011000 | 10001000 | 1100011 | 0 | 1011 | 101000 | 10101110 | 1100011 | 11110 |
Color Harmonies of #019888
Complementary color
Monochromatic Colors of #019888
Black with #019888
Text Example
Text Example
White with #019888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019888; }
p { color: rgb(1,152,136); }
H1.HeaderClassName
{
color: #019888;
}
.AnyTagClassName
{
color: #019888;
}
</style>
background-color css
<style>
a { background-color: #019888; }
a { background-color: rgb(1,152,136); }
div.DivClassName
{
background-color: #019888;
}
.BgClassName
{
background-color: #019888;
}
</style>
border-color css
<style>
span { border-color: #019888; }
span { border-color: rgb(1,152,136); }
td.TdClassName
{
border-color: #019888;
}
.TagClassName
{
border-color: #019888;
}
</style>