Shades of Dark Cyan #188C83
Tints of Dark Cyan #188C83
RGB
CMYK
RGB Variations
Color information
#188C83 (or 0x188C83) is known color: Dark Cyan. HEX triplet: 18, 8C and 83. RGB value is (24,140,131). Sum of RGB (Red+Green+Blue) = 24+140+131=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #188C83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188C83 is #E7737C. Grayscale: #686868. Windows color (decimal): -15168381 or 8621080. OLE color: 8621080.
HSL color Cylindrical-coordinate representation of color #188C83: hue angle of 175.34º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188C83 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 140 | 131 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.45 |
| HSL | 175.34º | 0.71% | 0.32% | - |
| HSV(B) | 175.34º | 0.83% | 0.55% | - |
| XYZ | 13.85 | 20.59 | 24.72 | - |
| YUV | 104.29 | 143.07 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 140 | 131 | 0.83 | 0 | 0.06 | 0.45 | 175.34 | 0.71 | 0.32 |
| Hex | 18 | 8C | 83 | 53 | 0 | 6 | 2D | AF | 47 | 20 |
| Octal | 30 | 214 | 203 | 123 | 0 | 6 | 55 | 257 | 107 | 40 |
| Binary | 11000 | 10001100 | 10000011 | 1010011 | 0 | 110 | 101101 | 10101111 | 1000111 | 100000 |
Color Harmonies of #188C83
Complementary color
Monochromatic Colors of #188C83
Black with #188C83
Text Example
Text Example
White with #188C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188C83; }
p { color: rgb(24,140,131); }
H1.HeaderClassName
{
color: #188C83;
}
.AnyTagClassName
{
color: #188C83;
}
</style>
background-color css
<style>
a { background-color: #188C83; }
a { background-color: rgb(24,140,131); }
div.DivClassName
{
background-color: #188C83;
}
.BgClassName
{
background-color: #188C83;
}
</style>
border-color css
<style>
span { border-color: #188C83; }
span { border-color: rgb(24,140,131); }
td.TdClassName
{
border-color: #188C83;
}
.TagClassName
{
border-color: #188C83;
}
</style>