Shades of Dark Cyan #128D91
Tints of Dark Cyan #128D91
RGB
CMYK
RGB Variations
Color information
#128D91 (or 0x128D91) is known color: Dark Cyan. HEX triplet: 12, 8D and 91. RGB value is (18,141,145). Sum of RGB (Red+Green+Blue) = 18+141+145=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #128D91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128D91 is #ED726E. Grayscale: #686868. Windows color (decimal): -15561327 or 9538834. OLE color: 9538834.
HSL color Cylindrical-coordinate representation of color #128D91: hue angle of 181.89º 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 #128D91 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 141 | 145 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.43 |
| HSL | 181.89º | 0.78% | 0.32% | - |
| HSV(B) | 181.89º | 0.88% | 0.57% | - |
| XYZ | 14.89 | 21.22 | 30.1 | - |
| YUV | 104.68 | 150.75 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 145 | 0.88 | 0.03 | 0 | 0.43 | 181.89 | 0.78 | 0.32 |
| Hex | 12 | 8D | 91 | 58 | 3 | 0 | 2B | B6 | 4E | 20 |
| Octal | 22 | 215 | 221 | 130 | 3 | 0 | 53 | 266 | 116 | 40 |
| Binary | 10010 | 10001101 | 10010001 | 1011000 | 11 | 0 | 101011 | 10110110 | 1001110 | 100000 |
Color Harmonies of #128D91
Complementary color
Monochromatic Colors of #128D91
Black with #128D91
Text Example
Text Example
White with #128D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128D91; }
p { color: rgb(18,141,145); }
H1.HeaderClassName
{
color: #128D91;
}
.AnyTagClassName
{
color: #128D91;
}
</style>
background-color css
<style>
a { background-color: #128D91; }
a { background-color: rgb(18,141,145); }
div.DivClassName
{
background-color: #128D91;
}
.BgClassName
{
background-color: #128D91;
}
</style>
border-color css
<style>
span { border-color: #128D91; }
span { border-color: rgb(18,141,145); }
td.TdClassName
{
border-color: #128D91;
}
.TagClassName
{
border-color: #128D91;
}
</style>