Shades of Dark Cyan #019788
Tints of Dark Cyan #019788
RGB
CMYK
RGB Variations
Color information
#019788 (or 0x019788) is known color: Dark Cyan. HEX triplet: 01, 97 and 88. RGB value is (1,151,136). Sum of RGB (Red+Green+Blue) = 1+151+136=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 151 (59.38% from 255 or 52.43% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 151 - color contains mainly: green. Hex color #019788 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019788 is #FE6877. Grayscale: #686868. Windows color (decimal): -16672888 or 8951553. OLE color: 8951553.
HSL color Cylindrical-coordinate representation of color #019788: hue angle of 174º 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 #019788 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 151 | 136 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.41 |
| HSL | 174º | 0.99% | 0.3% | - |
| HSV(B) | 174º | 0.99% | 0.59% | - |
| XYZ | 15.52 | 23.92 | 27.09 | - |
| YUV | 104.44 | 145.81 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 136 | 0.99 | 0 | 0.10 | 0.41 | 174 | 0.99 | 0.3 |
| Hex | 1 | 97 | 88 | 63 | 0 | A | 29 | AE | 63 | 1E |
| Octal | 1 | 227 | 210 | 143 | 0 | 12 | 51 | 256 | 143 | 36 |
| Binary | 1 | 10010111 | 10001000 | 1100011 | 0 | 1010 | 101001 | 10101110 | 1100011 | 11110 |
Color Harmonies of #019788
Complementary color
Monochromatic Colors of #019788
Black with #019788
Text Example
Text Example
White with #019788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019788; }
p { color: rgb(1,151,136); }
H1.HeaderClassName
{
color: #019788;
}
.AnyTagClassName
{
color: #019788;
}
</style>
background-color css
<style>
a { background-color: #019788; }
a { background-color: rgb(1,151,136); }
div.DivClassName
{
background-color: #019788;
}
.BgClassName
{
background-color: #019788;
}
</style>
border-color css
<style>
span { border-color: #019788; }
span { border-color: rgb(1,151,136); }
td.TdClassName
{
border-color: #019788;
}
.TagClassName
{
border-color: #019788;
}
</style>