Shades of Dark Cyan #128D93
Tints of Dark Cyan #128D93
RGB
CMYK
RGB Variations
Color information
#128D93 (or 0x128D93) is known color: Dark Cyan. HEX triplet: 12, 8D and 93. RGB value is (18,141,147). Sum of RGB (Red+Green+Blue) = 18+141+147=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #128D93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128D93 is #ED726C. Grayscale: #686868. Windows color (decimal): -15561325 or 9669906. OLE color: 9669906.
HSL color Cylindrical-coordinate representation of color #128D93: hue angle of 182.79º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128D93 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 141 | 147 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.42 |
| HSL | 182.79º | 0.78% | 0.32% | - |
| HSV(B) | 182.79º | 0.88% | 0.58% | - |
| XYZ | 15.04 | 21.28 | 30.92 | - |
| YUV | 104.91 | 151.75 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 147 | 0.88 | 0.04 | 0 | 0.42 | 182.79 | 0.78 | 0.32 |
| Hex | 12 | 8D | 93 | 58 | 4 | 0 | 2A | B7 | 4E | 20 |
| Octal | 22 | 215 | 223 | 130 | 4 | 0 | 52 | 267 | 116 | 40 |
| Binary | 10010 | 10001101 | 10010011 | 1011000 | 100 | 0 | 101010 | 10110111 | 1001110 | 100000 |
Color Harmonies of #128D93
Complementary color
Monochromatic Colors of #128D93
Black with #128D93
Text Example
Text Example
White with #128D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128D93; }
p { color: rgb(18,141,147); }
H1.HeaderClassName
{
color: #128D93;
}
.AnyTagClassName
{
color: #128D93;
}
</style>
background-color css
<style>
a { background-color: #128D93; }
a { background-color: rgb(18,141,147); }
div.DivClassName
{
background-color: #128D93;
}
.BgClassName
{
background-color: #128D93;
}
</style>
border-color css
<style>
span { border-color: #128D93; }
span { border-color: rgb(18,141,147); }
td.TdClassName
{
border-color: #128D93;
}
.TagClassName
{
border-color: #128D93;
}
</style>