Shades of Dark Cyan #129888
Tints of Dark Cyan #129888
RGB
CMYK
RGB Variations
Color information
#129888 (or 0x129888) is known color: Dark Cyan. HEX triplet: 12, 98 and 88. RGB value is (18,152,136). Sum of RGB (Red+Green+Blue) = 18+152+136=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #129888 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129888 is #ED6777. Grayscale: #6E6E6E. Windows color (decimal): -15558520 or 8951826. OLE color: 8951826.
HSL color Cylindrical-coordinate representation of color #129888: hue angle of 172.84º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129888 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 152 | 136 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.40 |
| HSL | 172.84º | 0.79% | 0.33% | - |
| HSV(B) | 172.84º | 0.88% | 0.6% | - |
| XYZ | 15.92 | 24.36 | 27.16 | - |
| YUV | 110.11 | 142.61 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 152 | 136 | 0.88 | 0 | 0.11 | 0.40 | 172.84 | 0.79 | 0.33 |
| Hex | 12 | 98 | 88 | 58 | 0 | B | 28 | AD | 4F | 21 |
| Octal | 22 | 230 | 210 | 130 | 0 | 13 | 50 | 255 | 117 | 41 |
| Binary | 10010 | 10011000 | 10001000 | 1011000 | 0 | 1011 | 101000 | 10101101 | 1001111 | 100001 |
Color Harmonies of #129888
Complementary color
Monochromatic Colors of #129888
Black with #129888
Text Example
Text Example
White with #129888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129888; }
p { color: rgb(18,152,136); }
H1.HeaderClassName
{
color: #129888;
}
.AnyTagClassName
{
color: #129888;
}
</style>
background-color css
<style>
a { background-color: #129888; }
a { background-color: rgb(18,152,136); }
div.DivClassName
{
background-color: #129888;
}
.BgClassName
{
background-color: #129888;
}
</style>
border-color css
<style>
span { border-color: #129888; }
span { border-color: rgb(18,152,136); }
td.TdClassName
{
border-color: #129888;
}
.TagClassName
{
border-color: #129888;
}
</style>