Shades of Dark Cyan #129587
Tints of Dark Cyan #129587
RGB
CMYK
RGB Variations
Color information
#129587 (or 0x129587) is known color: Dark Cyan. HEX triplet: 12, 95 and 87. RGB value is (18,149,135). Sum of RGB (Red+Green+Blue) = 18+149+135=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #129587 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129587 is #ED6A78. Grayscale: #6C6C6C. Windows color (decimal): -15559289 or 8885522. OLE color: 8885522.
HSL color Cylindrical-coordinate representation of color #129587: hue angle of 173.59º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129587 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 135 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.42 |
| HSL | 173.59º | 0.78% | 0.33% | - |
| HSV(B) | 173.59º | 0.88% | 0.58% | - |
| XYZ | 15.37 | 23.37 | 26.62 | - |
| YUV | 108.24 | 143.1 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 135 | 0.88 | 0 | 0.09 | 0.42 | 173.59 | 0.78 | 0.33 |
| Hex | 12 | 95 | 87 | 58 | 0 | 9 | 2A | AE | 4E | 21 |
| Octal | 22 | 225 | 207 | 130 | 0 | 11 | 52 | 256 | 116 | 41 |
| Binary | 10010 | 10010101 | 10000111 | 1011000 | 0 | 1001 | 101010 | 10101110 | 1001110 | 100001 |
Color Harmonies of #129587
Complementary color
Monochromatic Colors of #129587
Black with #129587
Text Example
Text Example
White with #129587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129587; }
p { color: rgb(18,149,135); }
H1.HeaderClassName
{
color: #129587;
}
.AnyTagClassName
{
color: #129587;
}
</style>
background-color css
<style>
a { background-color: #129587; }
a { background-color: rgb(18,149,135); }
div.DivClassName
{
background-color: #129587;
}
.BgClassName
{
background-color: #129587;
}
</style>
border-color css
<style>
span { border-color: #129587; }
span { border-color: rgb(18,149,135); }
td.TdClassName
{
border-color: #129587;
}
.TagClassName
{
border-color: #129587;
}
</style>