Shades of Dark Cyan #188D84
Tints of Dark Cyan #188D84
RGB
CMYK
RGB Variations
Color information
#188D84 (or 0x188D84) is known color: Dark Cyan. HEX triplet: 18, 8D and 84. RGB value is (24,141,132). Sum of RGB (Red+Green+Blue) = 24+141+132=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 141 - color contains mainly: green. Hex color #188D84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188D84 is #E7727B. Grayscale: #686868. Windows color (decimal): -15168124 or 8686872. OLE color: 8686872.
HSL color Cylindrical-coordinate representation of color #188D84: hue angle of 175.38º 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 #188D84 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 141 | 132 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.45 |
| HSL | 175.38º | 0.71% | 0.32% | - |
| HSV(B) | 175.38º | 0.83% | 0.55% | - |
| XYZ | 14.07 | 20.91 | 25.12 | - |
| YUV | 104.99 | 143.24 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 132 | 0.83 | 0 | 0.06 | 0.45 | 175.38 | 0.71 | 0.32 |
| Hex | 18 | 8D | 84 | 53 | 0 | 6 | 2D | AF | 47 | 20 |
| Octal | 30 | 215 | 204 | 123 | 0 | 6 | 55 | 257 | 107 | 40 |
| Binary | 11000 | 10001101 | 10000100 | 1010011 | 0 | 110 | 101101 | 10101111 | 1000111 | 100000 |
Color Harmonies of #188D84
Complementary color
Monochromatic Colors of #188D84
Black with #188D84
Text Example
Text Example
White with #188D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188D84; }
p { color: rgb(24,141,132); }
H1.HeaderClassName
{
color: #188D84;
}
.AnyTagClassName
{
color: #188D84;
}
</style>
background-color css
<style>
a { background-color: #188D84; }
a { background-color: rgb(24,141,132); }
div.DivClassName
{
background-color: #188D84;
}
.BgClassName
{
background-color: #188D84;
}
</style>
border-color css
<style>
span { border-color: #188D84; }
span { border-color: rgb(24,141,132); }
td.TdClassName
{
border-color: #188D84;
}
.TagClassName
{
border-color: #188D84;
}
</style>