Shades of Dark Cyan #128C84
Tints of Dark Cyan #128C84
RGB
CMYK
RGB Variations
Color information
#128C84 (or 0x128C84) is known color: Dark Cyan. HEX triplet: 12, 8C and 84. RGB value is (18,140,132). Sum of RGB (Red+Green+Blue) = 18+140+132=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #128C84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128C84 is #ED737B. Grayscale: #666666. Windows color (decimal): -15561596 or 8686610. OLE color: 8686610.
HSL color Cylindrical-coordinate representation of color #128C84: hue angle of 176.07º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128C84 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 140 | 132 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.45 |
| HSL | 176.07º | 0.77% | 0.31% | - |
| HSV(B) | 176.07º | 0.87% | 0.55% | - |
| XYZ | 13.79 | 20.55 | 25.07 | - |
| YUV | 102.61 | 144.58 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 132 | 0.87 | 0 | 0.06 | 0.45 | 176.07 | 0.77 | 0.31 |
| Hex | 12 | 8C | 84 | 57 | 0 | 6 | 2D | B0 | 4D | 1F |
| Octal | 22 | 214 | 204 | 127 | 0 | 6 | 55 | 260 | 115 | 37 |
| Binary | 10010 | 10001100 | 10000100 | 1010111 | 0 | 110 | 101101 | 10110000 | 1001101 | 11111 |
Color Harmonies of #128C84
Complementary color
Monochromatic Colors of #128C84
Black with #128C84
Text Example
Text Example
White with #128C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128C84; }
p { color: rgb(18,140,132); }
H1.HeaderClassName
{
color: #128C84;
}
.AnyTagClassName
{
color: #128C84;
}
</style>
background-color css
<style>
a { background-color: #128C84; }
a { background-color: rgb(18,140,132); }
div.DivClassName
{
background-color: #128C84;
}
.BgClassName
{
background-color: #128C84;
}
</style>
border-color css
<style>
span { border-color: #128C84; }
span { border-color: rgb(18,140,132); }
td.TdClassName
{
border-color: #128C84;
}
.TagClassName
{
border-color: #128C84;
}
</style>