Shades of Dark Cyan #129685
Tints of Dark Cyan #129685
RGB
CMYK
RGB Variations
Color information
#129685 (or 0x129685) is known color: Dark Cyan. HEX triplet: 12, 96 and 85. RGB value is (18,150,133). Sum of RGB (Red+Green+Blue) = 18+150+133=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #129685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129685 is #ED697A. Grayscale: #6C6C6C. Windows color (decimal): -15559035 or 8754706. OLE color: 8754706.
HSL color Cylindrical-coordinate representation of color #129685: hue angle of 172.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129685 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 133 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.41 |
| HSL | 172.27º | 0.79% | 0.33% | - |
| HSV(B) | 172.27º | 0.88% | 0.59% | - |
| XYZ | 15.39 | 23.63 | 25.94 | - |
| YUV | 108.59 | 141.77 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 133 | 0.88 | 0 | 0.11 | 0.41 | 172.27 | 0.79 | 0.33 |
| Hex | 12 | 96 | 85 | 58 | 0 | B | 29 | AC | 4F | 21 |
| Octal | 22 | 226 | 205 | 130 | 0 | 13 | 51 | 254 | 117 | 41 |
| Binary | 10010 | 10010110 | 10000101 | 1011000 | 0 | 1011 | 101001 | 10101100 | 1001111 | 100001 |
Color Harmonies of #129685
Complementary color
Monochromatic Colors of #129685
Black with #129685
Text Example
Text Example
White with #129685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129685; }
p { color: rgb(18,150,133); }
H1.HeaderClassName
{
color: #129685;
}
.AnyTagClassName
{
color: #129685;
}
</style>
background-color css
<style>
a { background-color: #129685; }
a { background-color: rgb(18,150,133); }
div.DivClassName
{
background-color: #129685;
}
.BgClassName
{
background-color: #129685;
}
</style>
border-color css
<style>
span { border-color: #129685; }
span { border-color: rgb(18,150,133); }
td.TdClassName
{
border-color: #129685;
}
.TagClassName
{
border-color: #129685;
}
</style>