Shades of Dark Cyan #188F82
Tints of Dark Cyan #188F82
RGB
CMYK
RGB Variations
Color information
#188F82 (or 0x188F82) is known color: Dark Cyan. HEX triplet: 18, 8F and 82. RGB value is (24,143,130). Sum of RGB (Red+Green+Blue) = 24+143+130=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 143 - color contains mainly: green. Hex color #188F82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188F82 is #E7707D. Grayscale: #696969. Windows color (decimal): -15167614 or 8556312. OLE color: 8556312.
HSL color Cylindrical-coordinate representation of color #188F82: hue angle of 173.45º 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 #188F82 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 143 | 130 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.44 |
| HSL | 173.45º | 0.71% | 0.33% | - |
| HSV(B) | 173.45º | 0.83% | 0.56% | - |
| XYZ | 14.23 | 21.45 | 24.51 | - |
| YUV | 105.94 | 141.58 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 130 | 0.83 | 0 | 0.09 | 0.44 | 173.45 | 0.71 | 0.33 |
| Hex | 18 | 8F | 82 | 53 | 0 | 9 | 2C | AD | 47 | 21 |
| Octal | 30 | 217 | 202 | 123 | 0 | 11 | 54 | 255 | 107 | 41 |
| Binary | 11000 | 10001111 | 10000010 | 1010011 | 0 | 1001 | 101100 | 10101101 | 1000111 | 100001 |
Color Harmonies of #188F82
Complementary color
Monochromatic Colors of #188F82
Black with #188F82
Text Example
Text Example
White with #188F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188F82; }
p { color: rgb(24,143,130); }
H1.HeaderClassName
{
color: #188F82;
}
.AnyTagClassName
{
color: #188F82;
}
</style>
background-color css
<style>
a { background-color: #188F82; }
a { background-color: rgb(24,143,130); }
div.DivClassName
{
background-color: #188F82;
}
.BgClassName
{
background-color: #188F82;
}
</style>
border-color css
<style>
span { border-color: #188F82; }
span { border-color: rgb(24,143,130); }
td.TdClassName
{
border-color: #188F82;
}
.TagClassName
{
border-color: #188F82;
}
</style>