Shades of Dark Cyan #129386
Tints of Dark Cyan #129386
RGB
CMYK
RGB Variations
Color information
#129386 (or 0x129386) is known color: Dark Cyan. HEX triplet: 12, 93 and 86. RGB value is (18,147,134). Sum of RGB (Red+Green+Blue) = 18+147+134=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #129386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129386 is #ED6C79. Grayscale: #6A6A6A. Windows color (decimal): -15559802 or 8819474. OLE color: 8819474.
HSL color Cylindrical-coordinate representation of color #129386: hue angle of 173.95º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129386 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 147 | 134 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.42 |
| HSL | 173.95º | 0.78% | 0.32% | - |
| HSV(B) | 173.95º | 0.88% | 0.58% | - |
| XYZ | 14.99 | 22.72 | 26.15 | - |
| YUV | 106.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 134 | 0.88 | 0 | 0.09 | 0.42 | 173.95 | 0.78 | 0.32 |
| Hex | 12 | 93 | 86 | 58 | 0 | 9 | 2A | AE | 4E | 20 |
| Octal | 22 | 223 | 206 | 130 | 0 | 11 | 52 | 256 | 116 | 40 |
| Binary | 10010 | 10010011 | 10000110 | 1011000 | 0 | 1001 | 101010 | 10101110 | 1001110 | 100000 |
Color Harmonies of #129386
Complementary color
Monochromatic Colors of #129386
Black with #129386
Text Example
Text Example
White with #129386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129386; }
p { color: rgb(18,147,134); }
H1.HeaderClassName
{
color: #129386;
}
.AnyTagClassName
{
color: #129386;
}
</style>
background-color css
<style>
a { background-color: #129386; }
a { background-color: rgb(18,147,134); }
div.DivClassName
{
background-color: #129386;
}
.BgClassName
{
background-color: #129386;
}
</style>
border-color css
<style>
span { border-color: #129386; }
span { border-color: rgb(18,147,134); }
td.TdClassName
{
border-color: #129386;
}
.TagClassName
{
border-color: #129386;
}
</style>