Shades of Dark Cyan #129787
Tints of Dark Cyan #129787
RGB
CMYK
RGB Variations
Color information
#129787 (or 0x129787) is known color: Dark Cyan. HEX triplet: 12, 97 and 87. RGB value is (18,151,135). Sum of RGB (Red+Green+Blue) = 18+151+135=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #129787 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129787 is #ED6878. Grayscale: #6D6D6D. Windows color (decimal): -15558777 or 8886034. OLE color: 8886034.
HSL color Cylindrical-coordinate representation of color #129787: hue angle of 172.78º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129787 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 151 | 135 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.41 |
| HSL | 172.78º | 0.79% | 0.33% | - |
| HSV(B) | 172.78º | 0.88% | 0.59% | - |
| XYZ | 15.69 | 24.01 | 26.73 | - |
| YUV | 109.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 135 | 0.88 | 0 | 0.11 | 0.41 | 172.78 | 0.79 | 0.33 |
| Hex | 12 | 97 | 87 | 58 | 0 | B | 29 | AD | 4F | 21 |
| Octal | 22 | 227 | 207 | 130 | 0 | 13 | 51 | 255 | 117 | 41 |
| Binary | 10010 | 10010111 | 10000111 | 1011000 | 0 | 1011 | 101001 | 10101101 | 1001111 | 100001 |
Color Harmonies of #129787
Complementary color
Monochromatic Colors of #129787
Black with #129787
Text Example
Text Example
White with #129787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129787; }
p { color: rgb(18,151,135); }
H1.HeaderClassName
{
color: #129787;
}
.AnyTagClassName
{
color: #129787;
}
</style>
background-color css
<style>
a { background-color: #129787; }
a { background-color: rgb(18,151,135); }
div.DivClassName
{
background-color: #129787;
}
.BgClassName
{
background-color: #129787;
}
</style>
border-color css
<style>
span { border-color: #129787; }
span { border-color: rgb(18,151,135); }
td.TdClassName
{
border-color: #129787;
}
.TagClassName
{
border-color: #129787;
}
</style>