Shades of Dark Cyan #129487
Tints of Dark Cyan #129487
RGB
CMYK
RGB Variations
Color information
#129487 (or 0x129487) is known color: Dark Cyan. HEX triplet: 12, 94 and 87. RGB value is (18,148,135). Sum of RGB (Red+Green+Blue) = 18+148+135=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #129487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129487 is #ED6B78. Grayscale: #6B6B6B. Windows color (decimal): -15559545 or 8885266. OLE color: 8885266.
HSL color Cylindrical-coordinate representation of color #129487: hue angle of 174º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129487 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 148 | 135 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.42 |
| HSL | 174º | 0.78% | 0.33% | - |
| HSV(B) | 174º | 0.88% | 0.58% | - |
| XYZ | 15.21 | 23.06 | 26.57 | - |
| YUV | 107.65 | 143.43 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 135 | 0.88 | 0 | 0.09 | 0.42 | 174 | 0.78 | 0.33 |
| Hex | 12 | 94 | 87 | 58 | 0 | 9 | 2A | AE | 4E | 21 |
| Octal | 22 | 224 | 207 | 130 | 0 | 11 | 52 | 256 | 116 | 41 |
| Binary | 10010 | 10010100 | 10000111 | 1011000 | 0 | 1001 | 101010 | 10101110 | 1001110 | 100001 |
Color Harmonies of #129487
Complementary color
Monochromatic Colors of #129487
Black with #129487
Text Example
Text Example
White with #129487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129487; }
p { color: rgb(18,148,135); }
H1.HeaderClassName
{
color: #129487;
}
.AnyTagClassName
{
color: #129487;
}
</style>
background-color css
<style>
a { background-color: #129487; }
a { background-color: rgb(18,148,135); }
div.DivClassName
{
background-color: #129487;
}
.BgClassName
{
background-color: #129487;
}
</style>
border-color css
<style>
span { border-color: #129487; }
span { border-color: rgb(18,148,135); }
td.TdClassName
{
border-color: #129487;
}
.TagClassName
{
border-color: #129487;
}
</style>