Shades of Atoll #188288
Tints of Atoll #188288
RGB
CMYK
RGB Variations
Color information
#188288 (or 0x188288) is known color: Atoll. HEX triplet: 18, 82 and 88. RGB value is (24,130,136). Sum of RGB (Red+Green+Blue) = 24+130+136=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #188288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188288 is #E77D77. Grayscale: #626262. Windows color (decimal): -15170936 or 8946200. OLE color: 8946200.
HSL color Cylindrical-coordinate representation of color #188288: hue angle of 183.21º 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 #188288 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 130 | 136 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.47 |
| HSL | 183.21º | 0.7% | 0.31% | - |
| HSV(B) | 183.21º | 0.82% | 0.53% | - |
| XYZ | 12.8 | 17.94 | 26.08 | - |
| YUV | 98.99 | 148.88 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 136 | 0.82 | 0.04 | 0 | 0.47 | 183.21 | 0.7 | 0.31 |
| Hex | 18 | 82 | 88 | 52 | 4 | 0 | 2F | B7 | 46 | 1F |
| Octal | 30 | 202 | 210 | 122 | 4 | 0 | 57 | 267 | 106 | 37 |
| Binary | 11000 | 10000010 | 10001000 | 1010010 | 100 | 0 | 101111 | 10110111 | 1000110 | 11111 |
Color Harmonies of #188288
Complementary color
Monochromatic Colors of #188288
Black with #188288
Text Example
Text Example
White with #188288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188288; }
p { color: rgb(24,130,136); }
H1.HeaderClassName
{
color: #188288;
}
.AnyTagClassName
{
color: #188288;
}
</style>
background-color css
<style>
a { background-color: #188288; }
a { background-color: rgb(24,130,136); }
div.DivClassName
{
background-color: #188288;
}
.BgClassName
{
background-color: #188288;
}
</style>
border-color css
<style>
span { border-color: #188288; }
span { border-color: rgb(24,130,136); }
td.TdClassName
{
border-color: #188288;
}
.TagClassName
{
border-color: #188288;
}
</style>