Shades of Dark Cyan #129284
Tints of Dark Cyan #129284
RGB
CMYK
RGB Variations
Color information
#129284 (or 0x129284) is known color: Dark Cyan. HEX triplet: 12, 92 and 84. RGB value is (18,146,132). Sum of RGB (Red+Green+Blue) = 18+146+132=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #129284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129284 is #ED6D7B. Grayscale: #6A6A6A. Windows color (decimal): -15560060 or 8688146. OLE color: 8688146.
HSL color Cylindrical-coordinate representation of color #129284: hue angle of 173.44º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129284 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 146 | 132 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.43 |
| HSL | 173.44º | 0.78% | 0.32% | - |
| HSV(B) | 173.44º | 0.88% | 0.57% | - |
| XYZ | 14.69 | 22.35 | 25.37 | - |
| YUV | 106.13 | 142.59 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 146 | 132 | 0.88 | 0 | 0.10 | 0.43 | 173.44 | 0.78 | 0.32 |
| Hex | 12 | 92 | 84 | 58 | 0 | A | 2B | AD | 4E | 20 |
| Octal | 22 | 222 | 204 | 130 | 0 | 12 | 53 | 255 | 116 | 40 |
| Binary | 10010 | 10010010 | 10000100 | 1011000 | 0 | 1010 | 101011 | 10101101 | 1001110 | 100000 |
Color Harmonies of #129284
Complementary color
Monochromatic Colors of #129284
Black with #129284
Text Example
Text Example
White with #129284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129284; }
p { color: rgb(18,146,132); }
H1.HeaderClassName
{
color: #129284;
}
.AnyTagClassName
{
color: #129284;
}
</style>
background-color css
<style>
a { background-color: #129284; }
a { background-color: rgb(18,146,132); }
div.DivClassName
{
background-color: #129284;
}
.BgClassName
{
background-color: #129284;
}
</style>
border-color css
<style>
span { border-color: #129284; }
span { border-color: rgb(18,146,132); }
td.TdClassName
{
border-color: #129284;
}
.TagClassName
{
border-color: #129284;
}
</style>