Shades of Dark Cyan #009180
Tints of Dark Cyan #009180
RGB
CMYK
RGB Variations
Color information
#009180 (or 0x009180) is known color: Dark Cyan. HEX triplet: 00, 91 and 80. RGB value is (0,145,128). Sum of RGB (Red+Green+Blue) = 0+145+128=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #009180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009180 is #FF6E7F. Grayscale: #636363. Windows color (decimal): -16739968 or 8425728. OLE color: 8425728.
HSL color Cylindrical-coordinate representation of color #009180: hue angle of 172.97º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009180 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 128 | - |
| CMYK | 1 | 0 | 0.12 | 0.43 |
| HSL | 172.97º | 1% | 0.28% | - |
| HSV(B) | 172.97º | 1% | 0.57% | - |
| XYZ | 14.02 | 21.81 | 23.89 | - |
| YUV | 99.71 | 143.96 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 128 | 1 | 0 | 0.12 | 0.43 | 172.97 | 1 | 0.28 |
| Hex | 0 | 91 | 80 | 64 | 0 | C | 2B | AD | 64 | 1C |
| Octal | 0 | 221 | 200 | 144 | 0 | 14 | 53 | 255 | 144 | 34 |
| Binary | 0 | 10010001 | 10000000 | 1100100 | 0 | 1100 | 101011 | 10101101 | 1100100 | 11100 |
Color Harmonies of #009180
Complementary color
Monochromatic Colors of #009180
Black with #009180
Text Example
Text Example
White with #009180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009180; }
p { color: rgb(0,145,128); }
H1.HeaderClassName
{
color: #009180;
}
.AnyTagClassName
{
color: #009180;
}
</style>
background-color css
<style>
a { background-color: #009180; }
a { background-color: rgb(0,145,128); }
div.DivClassName
{
background-color: #009180;
}
.BgClassName
{
background-color: #009180;
}
</style>
border-color css
<style>
span { border-color: #009180; }
span { border-color: rgb(0,145,128); }
td.TdClassName
{
border-color: #009180;
}
.TagClassName
{
border-color: #009180;
}
</style>