Shades of Dark Cyan #128884
Tints of Dark Cyan #128884
RGB
CMYK
RGB Variations
Color information
#128884 (or 0x128884) is known color: Dark Cyan. HEX triplet: 12, 88 and 84. RGB value is (18,136,132). Sum of RGB (Red+Green+Blue) = 18+136+132=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 136 - color contains mainly: green. Hex color #128884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128884 is #ED777B. Grayscale: #646464. Windows color (decimal): -15562620 or 8685586. OLE color: 8685586.
HSL color Cylindrical-coordinate representation of color #128884: hue angle of 177.97º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128884 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 136 | 132 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.47 |
| HSL | 177.97º | 0.77% | 0.3% | - |
| HSV(B) | 177.97º | 0.87% | 0.53% | - |
| XYZ | 13.22 | 19.4 | 24.88 | - |
| YUV | 100.26 | 145.91 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 132 | 0.87 | 0 | 0.03 | 0.47 | 177.97 | 0.77 | 0.3 |
| Hex | 12 | 88 | 84 | 57 | 0 | 3 | 2F | B2 | 4D | 1E |
| Octal | 22 | 210 | 204 | 127 | 0 | 3 | 57 | 262 | 115 | 36 |
| Binary | 10010 | 10001000 | 10000100 | 1010111 | 0 | 11 | 101111 | 10110010 | 1001101 | 11110 |
Color Harmonies of #128884
Complementary color
Monochromatic Colors of #128884
Black with #128884
Text Example
Text Example
White with #128884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128884; }
p { color: rgb(18,136,132); }
H1.HeaderClassName
{
color: #128884;
}
.AnyTagClassName
{
color: #128884;
}
</style>
background-color css
<style>
a { background-color: #128884; }
a { background-color: rgb(18,136,132); }
div.DivClassName
{
background-color: #128884;
}
.BgClassName
{
background-color: #128884;
}
</style>
border-color css
<style>
span { border-color: #128884; }
span { border-color: rgb(18,136,132); }
td.TdClassName
{
border-color: #128884;
}
.TagClassName
{
border-color: #128884;
}
</style>