Shades of Dark Cyan #129087
Tints of Dark Cyan #129087
RGB
CMYK
RGB Variations
Color information
#129087 (or 0x129087) is known color: Dark Cyan. HEX triplet: 12, 90 and 87. RGB value is (18,144,135). Sum of RGB (Red+Green+Blue) = 18+144+135=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #129087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129087 is #ED6F78. Grayscale: #696969. Windows color (decimal): -15560569 or 8884242. OLE color: 8884242.
HSL color Cylindrical-coordinate representation of color #129087: hue angle of 175.71º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129087 is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 144 | 135 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.44 |
| HSL | 175.71º | 0.78% | 0.32% | - |
| HSV(B) | 175.71º | 0.88% | 0.56% | - |
| XYZ | 14.6 | 21.82 | 26.36 | - |
| YUV | 105.3 | 144.76 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 144 | 135 | 0.88 | 0 | 0.06 | 0.44 | 175.71 | 0.78 | 0.32 |
| Hex | 12 | 90 | 87 | 58 | 0 | 6 | 2C | B0 | 4E | 20 |
| Octal | 22 | 220 | 207 | 130 | 0 | 6 | 54 | 260 | 116 | 40 |
| Binary | 10010 | 10010000 | 10000111 | 1011000 | 0 | 110 | 101100 | 10110000 | 1001110 | 100000 |
Color Harmonies of #129087
Complementary color
Monochromatic Colors of #129087
Black with #129087
Text Example
Text Example
White with #129087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129087; }
p { color: rgb(18,144,135); }
H1.HeaderClassName
{
color: #129087;
}
.AnyTagClassName
{
color: #129087;
}
</style>
background-color css
<style>
a { background-color: #129087; }
a { background-color: rgb(18,144,135); }
div.DivClassName
{
background-color: #129087;
}
.BgClassName
{
background-color: #129087;
}
</style>
border-color css
<style>
span { border-color: #129087; }
span { border-color: rgb(18,144,135); }
td.TdClassName
{
border-color: #129087;
}
.TagClassName
{
border-color: #129087;
}
</style>