Shades of Atoll #188386
Tints of Atoll #188386
RGB
CMYK
RGB Variations
Color information
#188386 (or 0x188386) is known color: Atoll. HEX triplet: 18, 83 and 86. RGB value is (24,131,134). Sum of RGB (Red+Green+Blue) = 24+131+134=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #188386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188386 is #E77C79. Grayscale: #636363. Windows color (decimal): -15170682 or 8815384. OLE color: 8815384.
HSL color Cylindrical-coordinate representation of color #188386: hue angle of 181.64º 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 #188386 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 131 | 134 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.47 |
| HSL | 181.64º | 0.7% | 0.31% | - |
| HSV(B) | 181.64º | 0.82% | 0.53% | - |
| XYZ | 12.8 | 18.15 | 25.38 | - |
| YUV | 99.35 | 147.55 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 134 | 0.82 | 0.02 | 0 | 0.47 | 181.64 | 0.7 | 0.31 |
| Hex | 18 | 83 | 86 | 52 | 2 | 0 | 2F | B6 | 46 | 1F |
| Octal | 30 | 203 | 206 | 122 | 2 | 0 | 57 | 266 | 106 | 37 |
| Binary | 11000 | 10000011 | 10000110 | 1010010 | 10 | 0 | 101111 | 10110110 | 1000110 | 11111 |
Color Harmonies of #188386
Complementary color
Monochromatic Colors of #188386
Black with #188386
Text Example
Text Example
White with #188386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188386; }
p { color: rgb(24,131,134); }
H1.HeaderClassName
{
color: #188386;
}
.AnyTagClassName
{
color: #188386;
}
</style>
background-color css
<style>
a { background-color: #188386; }
a { background-color: rgb(24,131,134); }
div.DivClassName
{
background-color: #188386;
}
.BgClassName
{
background-color: #188386;
}
</style>
border-color css
<style>
span { border-color: #188386; }
span { border-color: rgb(24,131,134); }
td.TdClassName
{
border-color: #188386;
}
.TagClassName
{
border-color: #188386;
}
</style>