Shades of Dark Cyan #129180
Tints of Dark Cyan #129180
RGB
CMYK
RGB Variations
Color information
#129180 (or 0x129180) is known color: Dark Cyan. HEX triplet: 12, 91 and 80. RGB value is (18,145,128). Sum of RGB (Red+Green+Blue) = 18+145+128=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #129180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129180 is #ED6E7F. Grayscale: #696969. Windows color (decimal): -15560320 or 8425746. OLE color: 8425746.
HSL color Cylindrical-coordinate representation of color #129180: hue angle of 171.97º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129180 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 145 | 128 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.43 |
| HSL | 171.97º | 0.78% | 0.32% | - |
| HSV(B) | 171.97º | 0.88% | 0.57% | - |
| XYZ | 14.27 | 21.94 | 23.9 | - |
| YUV | 105.09 | 140.92 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 128 | 0.88 | 0 | 0.12 | 0.43 | 171.97 | 0.78 | 0.32 |
| Hex | 12 | 91 | 80 | 58 | 0 | C | 2B | AC | 4E | 20 |
| Octal | 22 | 221 | 200 | 130 | 0 | 14 | 53 | 254 | 116 | 40 |
| Binary | 10010 | 10010001 | 10000000 | 1011000 | 0 | 1100 | 101011 | 10101100 | 1001110 | 100000 |
Color Harmonies of #129180
Complementary color
Monochromatic Colors of #129180
Black with #129180
Text Example
Text Example
White with #129180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129180; }
p { color: rgb(18,145,128); }
H1.HeaderClassName
{
color: #129180;
}
.AnyTagClassName
{
color: #129180;
}
</style>
background-color css
<style>
a { background-color: #129180; }
a { background-color: rgb(18,145,128); }
div.DivClassName
{
background-color: #129180;
}
.BgClassName
{
background-color: #129180;
}
</style>
border-color css
<style>
span { border-color: #129180; }
span { border-color: rgb(18,145,128); }
td.TdClassName
{
border-color: #129180;
}
.TagClassName
{
border-color: #129180;
}
</style>