Shades of Dark Cyan #128D92
Tints of Dark Cyan #128D92
RGB
CMYK
RGB Variations
Color information
#128D92 (or 0x128D92) is known color: Dark Cyan. HEX triplet: 12, 8D and 92. RGB value is (18,141,146). Sum of RGB (Red+Green+Blue) = 18+141+146=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #128D92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128D92 is #ED726D. Grayscale: #686868. Windows color (decimal): -15561326 or 9604370. OLE color: 9604370.
HSL color Cylindrical-coordinate representation of color #128D92: hue angle of 182.34º 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 #128D92 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 141 | 146 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.43 |
| HSL | 182.34º | 0.78% | 0.32% | - |
| HSV(B) | 182.34º | 0.88% | 0.57% | - |
| XYZ | 14.96 | 21.25 | 30.51 | - |
| YUV | 104.79 | 151.25 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 146 | 0.88 | 0.03 | 0 | 0.43 | 182.34 | 0.78 | 0.32 |
| Hex | 12 | 8D | 92 | 58 | 3 | 0 | 2B | B6 | 4E | 20 |
| Octal | 22 | 215 | 222 | 130 | 3 | 0 | 53 | 266 | 116 | 40 |
| Binary | 10010 | 10001101 | 10010010 | 1011000 | 11 | 0 | 101011 | 10110110 | 1001110 | 100000 |
Color Harmonies of #128D92
Complementary color
Monochromatic Colors of #128D92
Black with #128D92
Text Example
Text Example
White with #128D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128D92; }
p { color: rgb(18,141,146); }
H1.HeaderClassName
{
color: #128D92;
}
.AnyTagClassName
{
color: #128D92;
}
</style>
background-color css
<style>
a { background-color: #128D92; }
a { background-color: rgb(18,141,146); }
div.DivClassName
{
background-color: #128D92;
}
.BgClassName
{
background-color: #128D92;
}
</style>
border-color css
<style>
span { border-color: #128D92; }
span { border-color: rgb(18,141,146); }
td.TdClassName
{
border-color: #128D92;
}
.TagClassName
{
border-color: #128D92;
}
</style>