Shades of Dark Cyan #129486
Tints of Dark Cyan #129486
RGB
CMYK
RGB Variations
Color information
#129486 (or 0x129486) is known color: Dark Cyan. HEX triplet: 12, 94 and 86. RGB value is (18,148,134). Sum of RGB (Red+Green+Blue) = 18+148+134=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #129486 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129486 is #ED6B79. Grayscale: #6B6B6B. Windows color (decimal): -15559546 or 8819730. OLE color: 8819730.
HSL color Cylindrical-coordinate representation of color #129486: hue angle of 173.54º 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 #129486 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 148 | 134 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.42 |
| HSL | 173.54º | 0.78% | 0.33% | - |
| HSV(B) | 173.54º | 0.88% | 0.58% | - |
| XYZ | 15.14 | 23.03 | 26.2 | - |
| YUV | 107.53 | 142.93 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 134 | 0.88 | 0 | 0.09 | 0.42 | 173.54 | 0.78 | 0.33 |
| Hex | 12 | 94 | 86 | 58 | 0 | 9 | 2A | AE | 4E | 21 |
| Octal | 22 | 224 | 206 | 130 | 0 | 11 | 52 | 256 | 116 | 41 |
| Binary | 10010 | 10010100 | 10000110 | 1011000 | 0 | 1001 | 101010 | 10101110 | 1001110 | 100001 |
Color Harmonies of #129486
Complementary color
Monochromatic Colors of #129486
Black with #129486
Text Example
Text Example
White with #129486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129486; }
p { color: rgb(18,148,134); }
H1.HeaderClassName
{
color: #129486;
}
.AnyTagClassName
{
color: #129486;
}
</style>
background-color css
<style>
a { background-color: #129486; }
a { background-color: rgb(18,148,134); }
div.DivClassName
{
background-color: #129486;
}
.BgClassName
{
background-color: #129486;
}
</style>
border-color css
<style>
span { border-color: #129486; }
span { border-color: rgb(18,148,134); }
td.TdClassName
{
border-color: #129486;
}
.TagClassName
{
border-color: #129486;
}
</style>