Shades of Dark Cyan #129886
Tints of Dark Cyan #129886
RGB
CMYK
RGB Variations
Color information
#129886 (or 0x129886) is known color: Dark Cyan. HEX triplet: 12, 98 and 86. RGB value is (18,152,134). Sum of RGB (Red+Green+Blue) = 18+152+134=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #129886 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129886 is #ED6779. Grayscale: #6D6D6D. Windows color (decimal): -15558522 or 8820754. OLE color: 8820754.
HSL color Cylindrical-coordinate representation of color #129886: hue angle of 171.94º 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 #129886 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 152 | 134 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.40 |
| HSL | 171.94º | 0.79% | 0.33% | - |
| HSV(B) | 171.94º | 0.88% | 0.6% | - |
| XYZ | 15.78 | 24.31 | 26.41 | - |
| YUV | 109.88 | 141.61 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 152 | 134 | 0.88 | 0 | 0.12 | 0.40 | 171.94 | 0.79 | 0.33 |
| Hex | 12 | 98 | 86 | 58 | 0 | C | 28 | AC | 4F | 21 |
| Octal | 22 | 230 | 206 | 130 | 0 | 14 | 50 | 254 | 117 | 41 |
| Binary | 10010 | 10011000 | 10000110 | 1011000 | 0 | 1100 | 101000 | 10101100 | 1001111 | 100001 |
Color Harmonies of #129886
Complementary color
Monochromatic Colors of #129886
Black with #129886
Text Example
Text Example
White with #129886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129886; }
p { color: rgb(18,152,134); }
H1.HeaderClassName
{
color: #129886;
}
.AnyTagClassName
{
color: #129886;
}
</style>
background-color css
<style>
a { background-color: #129886; }
a { background-color: rgb(18,152,134); }
div.DivClassName
{
background-color: #129886;
}
.BgClassName
{
background-color: #129886;
}
</style>
border-color css
<style>
span { border-color: #129886; }
span { border-color: rgb(18,152,134); }
td.TdClassName
{
border-color: #129886;
}
.TagClassName
{
border-color: #129886;
}
</style>