Shades of Dark Cyan #128E8E
Tints of Dark Cyan #128E8E
RGB
CMYK
RGB Variations
Color information
#128E8E (or 0x128E8E) is known color: Dark Cyan. HEX triplet: 12, 8E and 8E. RGB value is (18,142,142). Sum of RGB (Red+Green+Blue) = 18+142+142=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: green, blue. Hex color #128E8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128E8E is #ED7171. Grayscale: #686868. Windows color (decimal): -15561074 or 9342482. OLE color: 9342482.
HSL color Cylindrical-coordinate representation of color #128E8E: hue angle of 180º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128E8E is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 142 | 142 | - |
| CMYK | 0.87 | 0 | 0 | 0.44 |
| HSL | 180º | 0.78% | 0.31% | - |
| HSV(B) | 180º | 0.87% | 0.56% | - |
| XYZ | 14.8 | 21.43 | 28.95 | - |
| YUV | 104.92 | 148.92 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 142 | 142 | 0.87 | 0 | 0 | 0.44 | 180 | 0.78 | 0.31 |
| Hex | 12 | 8E | 8E | 57 | 0 | 0 | 2C | B4 | 4E | 1F |
| Octal | 22 | 216 | 216 | 127 | 0 | 0 | 54 | 264 | 116 | 37 |
| Binary | 10010 | 10001110 | 10001110 | 1010111 | 0 | 0 | 101100 | 10110100 | 1001110 | 11111 |
Color Harmonies of #128E8E
Complementary color
Monochromatic Colors of #128E8E
Black with #128E8E
Text Example
Text Example
White with #128E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128E8E; }
p { color: rgb(18,142,142); }
H1.HeaderClassName
{
color: #128E8E;
}
.AnyTagClassName
{
color: #128E8E;
}
</style>
background-color css
<style>
a { background-color: #128E8E; }
a { background-color: rgb(18,142,142); }
div.DivClassName
{
background-color: #128E8E;
}
.BgClassName
{
background-color: #128E8E;
}
</style>
border-color css
<style>
span { border-color: #128E8E; }
span { border-color: rgb(18,142,142); }
td.TdClassName
{
border-color: #128E8E;
}
.TagClassName
{
border-color: #128E8E;
}
</style>