Shades of Dark Cyan #188488
Tints of Dark Cyan #188488
RGB
CMYK
RGB Variations
Color information
#188488 (or 0x188488) is known color: Dark Cyan. HEX triplet: 18, 84 and 88. RGB value is (24,132,136). Sum of RGB (Red+Green+Blue) = 24+132+136=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #188488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188488 is #E77B77. Grayscale: #646464. Windows color (decimal): -15170424 or 8946712. OLE color: 8946712.
HSL color Cylindrical-coordinate representation of color #188488: hue angle of 182.14º 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 #188488 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 132 | 136 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.47 |
| HSL | 182.14º | 0.7% | 0.31% | - |
| HSV(B) | 182.14º | 0.82% | 0.53% | - |
| XYZ | 13.07 | 18.47 | 26.17 | - |
| YUV | 100.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 136 | 0.82 | 0.03 | 0 | 0.47 | 182.14 | 0.7 | 0.31 |
| Hex | 18 | 84 | 88 | 52 | 3 | 0 | 2F | B6 | 46 | 1F |
| Octal | 30 | 204 | 210 | 122 | 3 | 0 | 57 | 266 | 106 | 37 |
| Binary | 11000 | 10000100 | 10001000 | 1010010 | 11 | 0 | 101111 | 10110110 | 1000110 | 11111 |
Color Harmonies of #188488
Complementary color
Monochromatic Colors of #188488
Black with #188488
Text Example
Text Example
White with #188488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188488; }
p { color: rgb(24,132,136); }
H1.HeaderClassName
{
color: #188488;
}
.AnyTagClassName
{
color: #188488;
}
</style>
background-color css
<style>
a { background-color: #188488; }
a { background-color: rgb(24,132,136); }
div.DivClassName
{
background-color: #188488;
}
.BgClassName
{
background-color: #188488;
}
</style>
border-color css
<style>
span { border-color: #188488; }
span { border-color: rgb(24,132,136); }
td.TdClassName
{
border-color: #188488;
}
.TagClassName
{
border-color: #188488;
}
</style>