Shades of Dark Cyan #019188
Tints of Dark Cyan #019188
RGB
CMYK
RGB Variations
Color information
#019188 (or 0x019188) is known color: Dark Cyan. HEX triplet: 01, 91 and 88. RGB value is (1,145,136). Sum of RGB (Red+Green+Blue) = 1+145+136=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #019188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019188 is #FE6E77. Grayscale: #646464. Windows color (decimal): -16674424 or 8950017. OLE color: 8950017.
HSL color Cylindrical-coordinate representation of color #019188: hue angle of 176.25º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019188 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 145 | 136 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.43 |
| HSL | 176.25º | 0.99% | 0.29% | - |
| HSV(B) | 176.25º | 0.99% | 0.57% | - |
| XYZ | 14.58 | 22.03 | 26.78 | - |
| YUV | 100.92 | 147.79 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 136 | 0.99 | 0 | 0.06 | 0.43 | 176.25 | 0.99 | 0.29 |
| Hex | 1 | 91 | 88 | 63 | 0 | 6 | 2B | B0 | 63 | 1D |
| Octal | 1 | 221 | 210 | 143 | 0 | 6 | 53 | 260 | 143 | 35 |
| Binary | 1 | 10010001 | 10001000 | 1100011 | 0 | 110 | 101011 | 10110000 | 1100011 | 11101 |
Color Harmonies of #019188
Complementary color
Monochromatic Colors of #019188
Black with #019188
Text Example
Text Example
White with #019188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019188; }
p { color: rgb(1,145,136); }
H1.HeaderClassName
{
color: #019188;
}
.AnyTagClassName
{
color: #019188;
}
</style>
background-color css
<style>
a { background-color: #019188; }
a { background-color: rgb(1,145,136); }
div.DivClassName
{
background-color: #019188;
}
.BgClassName
{
background-color: #019188;
}
</style>
border-color css
<style>
span { border-color: #019188; }
span { border-color: rgb(1,145,136); }
td.TdClassName
{
border-color: #019188;
}
.TagClassName
{
border-color: #019188;
}
</style>