Shades of Dark Cyan #128C90
Tints of Dark Cyan #128C90
RGB
CMYK
RGB Variations
Color information
#128C90 (or 0x128C90) is known color: Dark Cyan. HEX triplet: 12, 8C and 90. RGB value is (18,140,144). Sum of RGB (Red+Green+Blue) = 18+140+144=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #128C90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128C90 is #ED736F. Grayscale: #676767. Windows color (decimal): -15561584 or 9473042. OLE color: 9473042.
HSL color Cylindrical-coordinate representation of color #128C90: hue angle of 181.9º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128C90 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 140 | 144 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.44 |
| HSL | 181.9º | 0.78% | 0.32% | - |
| HSV(B) | 181.9º | 0.88% | 0.56% | - |
| XYZ | 14.66 | 20.9 | 29.65 | - |
| YUV | 103.98 | 150.58 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 144 | 0.88 | 0.03 | 0 | 0.44 | 181.9 | 0.78 | 0.32 |
| Hex | 12 | 8C | 90 | 58 | 3 | 0 | 2C | B6 | 4E | 20 |
| Octal | 22 | 214 | 220 | 130 | 3 | 0 | 54 | 266 | 116 | 40 |
| Binary | 10010 | 10001100 | 10010000 | 1011000 | 11 | 0 | 101100 | 10110110 | 1001110 | 100000 |
Color Harmonies of #128C90
Complementary color
Monochromatic Colors of #128C90
Black with #128C90
Text Example
Text Example
White with #128C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128C90; }
p { color: rgb(18,140,144); }
H1.HeaderClassName
{
color: #128C90;
}
.AnyTagClassName
{
color: #128C90;
}
</style>
background-color css
<style>
a { background-color: #128C90; }
a { background-color: rgb(18,140,144); }
div.DivClassName
{
background-color: #128C90;
}
.BgClassName
{
background-color: #128C90;
}
</style>
border-color css
<style>
span { border-color: #128C90; }
span { border-color: rgb(18,140,144); }
td.TdClassName
{
border-color: #128C90;
}
.TagClassName
{
border-color: #128C90;
}
</style>