Shades of Dark Cyan #188985
Tints of Dark Cyan #188985
RGB
CMYK
RGB Variations
Color information
#188985 (or 0x188985) is known color: Dark Cyan. HEX triplet: 18, 89 and 85. RGB value is (24,137,133). Sum of RGB (Red+Green+Blue) = 24+137+133=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #188985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188985 is #E7767A. Grayscale: #666666. Windows color (decimal): -15169147 or 8751384. OLE color: 8751384.
HSL color Cylindrical-coordinate representation of color #188985: hue angle of 177.88º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188985 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 133 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.46 |
| HSL | 177.88º | 0.7% | 0.32% | - |
| HSV(B) | 177.88º | 0.82% | 0.54% | - |
| XYZ | 13.56 | 19.78 | 25.29 | - |
| YUV | 102.76 | 145.06 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 133 | 0.82 | 0 | 0.03 | 0.46 | 177.88 | 0.7 | 0.32 |
| Hex | 18 | 89 | 85 | 52 | 0 | 3 | 2E | B2 | 46 | 20 |
| Octal | 30 | 211 | 205 | 122 | 0 | 3 | 56 | 262 | 106 | 40 |
| Binary | 11000 | 10001001 | 10000101 | 1010010 | 0 | 11 | 101110 | 10110010 | 1000110 | 100000 |
Color Harmonies of #188985
Complementary color
Monochromatic Colors of #188985
Black with #188985
Text Example
Text Example
White with #188985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188985; }
p { color: rgb(24,137,133); }
H1.HeaderClassName
{
color: #188985;
}
.AnyTagClassName
{
color: #188985;
}
</style>
background-color css
<style>
a { background-color: #188985; }
a { background-color: rgb(24,137,133); }
div.DivClassName
{
background-color: #188985;
}
.BgClassName
{
background-color: #188985;
}
</style>
border-color css
<style>
span { border-color: #188985; }
span { border-color: rgb(24,137,133); }
td.TdClassName
{
border-color: #188985;
}
.TagClassName
{
border-color: #188985;
}
</style>