Shades of Dark Cyan #188487
Tints of Dark Cyan #188487
RGB
CMYK
RGB Variations
Color information
#188487 (or 0x188487) is known color: Dark Cyan. HEX triplet: 18, 84 and 87. RGB value is (24,132,135). Sum of RGB (Red+Green+Blue) = 24+132+135=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #188487 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188487 is #E77B78. Grayscale: #636363. Windows color (decimal): -15170425 or 8881176. OLE color: 8881176.
HSL color Cylindrical-coordinate representation of color #188487: hue angle of 181.62º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188487 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 132 | 135 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.47 |
| HSL | 181.62º | 0.7% | 0.31% | - |
| HSV(B) | 181.62º | 0.82% | 0.53% | - |
| XYZ | 13 | 18.45 | 25.8 | - |
| YUV | 100.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 135 | 0.82 | 0.02 | 0 | 0.47 | 181.62 | 0.7 | 0.31 |
| Hex | 18 | 84 | 87 | 52 | 2 | 0 | 2F | B6 | 46 | 1F |
| Octal | 30 | 204 | 207 | 122 | 2 | 0 | 57 | 266 | 106 | 37 |
| Binary | 11000 | 10000100 | 10000111 | 1010010 | 10 | 0 | 101111 | 10110110 | 1000110 | 11111 |
Color Harmonies of #188487
Complementary color
Monochromatic Colors of #188487
Black with #188487
Text Example
Text Example
White with #188487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188487; }
p { color: rgb(24,132,135); }
H1.HeaderClassName
{
color: #188487;
}
.AnyTagClassName
{
color: #188487;
}
</style>
background-color css
<style>
a { background-color: #188487; }
a { background-color: rgb(24,132,135); }
div.DivClassName
{
background-color: #188487;
}
.BgClassName
{
background-color: #188487;
}
</style>
border-color css
<style>
span { border-color: #188487; }
span { border-color: rgb(24,132,135); }
td.TdClassName
{
border-color: #188487;
}
.TagClassName
{
border-color: #188487;
}
</style>