Shades of Atoll #188089
Tints of Atoll #188089
RGB
CMYK
RGB Variations
Color information
#188089 (or 0x188089) is known color: Atoll. HEX triplet: 18, 80 and 89. RGB value is (24,128,137). Sum of RGB (Red+Green+Blue) = 24+128+137=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #188089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188089 is #E77F76. Grayscale: #616161. Windows color (decimal): -15171447 or 9011224. OLE color: 9011224.
HSL color Cylindrical-coordinate representation of color #188089: hue angle of 184.78º 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 #188089 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 128 | 137 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.46 |
| HSL | 184.78º | 0.7% | 0.32% | - |
| HSV(B) | 184.78º | 0.82% | 0.54% | - |
| XYZ | 12.61 | 17.44 | 26.37 | - |
| YUV | 97.93 | 150.04 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 137 | 0.82 | 0.07 | 0 | 0.46 | 184.78 | 0.7 | 0.32 |
| Hex | 18 | 80 | 89 | 52 | 7 | 0 | 2E | B9 | 46 | 20 |
| Octal | 30 | 200 | 211 | 122 | 7 | 0 | 56 | 271 | 106 | 40 |
| Binary | 11000 | 10000000 | 10001001 | 1010010 | 111 | 0 | 101110 | 10111001 | 1000110 | 100000 |
Color Harmonies of #188089
Complementary color
Monochromatic Colors of #188089
Black with #188089
Text Example
Text Example
White with #188089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188089; }
p { color: rgb(24,128,137); }
H1.HeaderClassName
{
color: #188089;
}
.AnyTagClassName
{
color: #188089;
}
</style>
background-color css
<style>
a { background-color: #188089; }
a { background-color: rgb(24,128,137); }
div.DivClassName
{
background-color: #188089;
}
.BgClassName
{
background-color: #188089;
}
</style>
border-color css
<style>
span { border-color: #188089; }
span { border-color: rgb(24,128,137); }
td.TdClassName
{
border-color: #188089;
}
.TagClassName
{
border-color: #188089;
}
</style>