Shades of Dark Cyan #188E83
Tints of Dark Cyan #188E83
RGB
CMYK
RGB Variations
Color information
#188E83 (or 0x188E83) is known color: Dark Cyan. HEX triplet: 18, 8E and 83. RGB value is (24,142,131). Sum of RGB (Red+Green+Blue) = 24+142+131=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #188E83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188E83 is #E7717C. Grayscale: #696969. Windows color (decimal): -15167869 or 8621592. OLE color: 8621592.
HSL color Cylindrical-coordinate representation of color #188E83: hue angle of 174.41º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188E83 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 142 | 131 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.44 |
| HSL | 174.41º | 0.71% | 0.33% | - |
| HSV(B) | 174.41º | 0.83% | 0.56% | - |
| XYZ | 14.15 | 21.18 | 24.82 | - |
| YUV | 105.46 | 142.41 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 131 | 0.83 | 0 | 0.08 | 0.44 | 174.41 | 0.71 | 0.33 |
| Hex | 18 | 8E | 83 | 53 | 0 | 8 | 2C | AE | 47 | 21 |
| Octal | 30 | 216 | 203 | 123 | 0 | 10 | 54 | 256 | 107 | 41 |
| Binary | 11000 | 10001110 | 10000011 | 1010011 | 0 | 1000 | 101100 | 10101110 | 1000111 | 100001 |
Color Harmonies of #188E83
Complementary color
Monochromatic Colors of #188E83
Black with #188E83
Text Example
Text Example
White with #188E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188E83; }
p { color: rgb(24,142,131); }
H1.HeaderClassName
{
color: #188E83;
}
.AnyTagClassName
{
color: #188E83;
}
</style>
background-color css
<style>
a { background-color: #188E83; }
a { background-color: rgb(24,142,131); }
div.DivClassName
{
background-color: #188E83;
}
.BgClassName
{
background-color: #188E83;
}
</style>
border-color css
<style>
span { border-color: #188E83; }
span { border-color: rgb(24,142,131); }
td.TdClassName
{
border-color: #188E83;
}
.TagClassName
{
border-color: #188E83;
}
</style>