Shades of Dark Cyan #019180
Tints of Dark Cyan #019180
RGB
CMYK
RGB Variations
Color information
#019180 (or 0x019180) is known color: Dark Cyan. HEX triplet: 01, 91 and 80. RGB value is (1,145,128). Sum of RGB (Red+Green+Blue) = 1+145+128=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #019180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019180 is #FE6E7F. Grayscale: #636363. Windows color (decimal): -16674432 or 8425729. OLE color: 8425729.
HSL color Cylindrical-coordinate representation of color #019180: hue angle of 172.92º 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 #019180 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 145 | 128 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.43 |
| HSL | 172.92º | 0.99% | 0.29% | - |
| HSV(B) | 172.92º | 0.99% | 0.57% | - |
| XYZ | 14.03 | 21.82 | 23.89 | - |
| YUV | 100.01 | 143.79 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 128 | 0.99 | 0 | 0.12 | 0.43 | 172.92 | 0.99 | 0.29 |
| Hex | 1 | 91 | 80 | 63 | 0 | C | 2B | AD | 63 | 1D |
| Octal | 1 | 221 | 200 | 143 | 0 | 14 | 53 | 255 | 143 | 35 |
| Binary | 1 | 10010001 | 10000000 | 1100011 | 0 | 1100 | 101011 | 10101101 | 1100011 | 11101 |
Color Harmonies of #019180
Complementary color
Monochromatic Colors of #019180
Black with #019180
Text Example
Text Example
White with #019180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019180; }
p { color: rgb(1,145,128); }
H1.HeaderClassName
{
color: #019180;
}
.AnyTagClassName
{
color: #019180;
}
</style>
background-color css
<style>
a { background-color: #019180; }
a { background-color: rgb(1,145,128); }
div.DivClassName
{
background-color: #019180;
}
.BgClassName
{
background-color: #019180;
}
</style>
border-color css
<style>
span { border-color: #019180; }
span { border-color: rgb(1,145,128); }
td.TdClassName
{
border-color: #019180;
}
.TagClassName
{
border-color: #019180;
}
</style>