Shades of Dark Cyan #128D94
Tints of Dark Cyan #128D94
RGB
CMYK
RGB Variations
Color information
#128D94 (or 0x128D94) is known color: Dark Cyan. HEX triplet: 12, 8D and 94. RGB value is (18,141,148). Sum of RGB (Red+Green+Blue) = 18+141+148=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #128D94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128D94 is #ED726B. Grayscale: #686868. Windows color (decimal): -15561324 or 9735442. OLE color: 9735442.
HSL color Cylindrical-coordinate representation of color #128D94: hue angle of 183.23º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128D94 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 141 | 148 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.42 |
| HSL | 183.23º | 0.78% | 0.33% | - |
| HSV(B) | 183.23º | 0.88% | 0.58% | - |
| XYZ | 15.12 | 21.32 | 31.33 | - |
| YUV | 105.02 | 152.25 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 148 | 0.88 | 0.05 | 0 | 0.42 | 183.23 | 0.78 | 0.33 |
| Hex | 12 | 8D | 94 | 58 | 5 | 0 | 2A | B7 | 4E | 21 |
| Octal | 22 | 215 | 224 | 130 | 5 | 0 | 52 | 267 | 116 | 41 |
| Binary | 10010 | 10001101 | 10010100 | 1011000 | 101 | 0 | 101010 | 10110111 | 1001110 | 100001 |
Color Harmonies of #128D94
Complementary color
Monochromatic Colors of #128D94
Black with #128D94
Text Example
Text Example
White with #128D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128D94; }
p { color: rgb(18,141,148); }
H1.HeaderClassName
{
color: #128D94;
}
.AnyTagClassName
{
color: #128D94;
}
</style>
background-color css
<style>
a { background-color: #128D94; }
a { background-color: rgb(18,141,148); }
div.DivClassName
{
background-color: #128D94;
}
.BgClassName
{
background-color: #128D94;
}
</style>
border-color css
<style>
span { border-color: #128D94; }
span { border-color: rgb(18,141,148); }
td.TdClassName
{
border-color: #128D94;
}
.TagClassName
{
border-color: #128D94;
}
</style>