Shades of Atoll #188185
Tints of Atoll #188185
RGB
CMYK
RGB Variations
Color information
#188185 (or 0x188185) is known color: Atoll. HEX triplet: 18, 81 and 85. RGB value is (24,129,133). Sum of RGB (Red+Green+Blue) = 24+129+133=286 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.39% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #188185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188185 is #E77E7A. Grayscale: #616161. Windows color (decimal): -15171195 or 8749336. OLE color: 8749336.
HSL color Cylindrical-coordinate representation of color #188185: hue angle of 182.2º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188185 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 129 | 133 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.48 |
| HSL | 182.2º | 0.69% | 0.31% | - |
| HSV(B) | 182.2º | 0.82% | 0.52% | - |
| XYZ | 12.46 | 17.59 | 24.93 | - |
| YUV | 98.06 | 147.71 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 133 | 0.82 | 0.03 | 0 | 0.48 | 182.2 | 0.69 | 0.31 |
| Hex | 18 | 81 | 85 | 52 | 3 | 0 | 30 | B6 | 45 | 1F |
| Octal | 30 | 201 | 205 | 122 | 3 | 0 | 60 | 266 | 105 | 37 |
| Binary | 11000 | 10000001 | 10000101 | 1010010 | 11 | 0 | 110000 | 10110110 | 1000101 | 11111 |
Color Harmonies of #188185
Complementary color
Monochromatic Colors of #188185
Black with #188185
Text Example
Text Example
White with #188185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188185; }
p { color: rgb(24,129,133); }
H1.HeaderClassName
{
color: #188185;
}
.AnyTagClassName
{
color: #188185;
}
</style>
background-color css
<style>
a { background-color: #188185; }
a { background-color: rgb(24,129,133); }
div.DivClassName
{
background-color: #188185;
}
.BgClassName
{
background-color: #188185;
}
</style>
border-color css
<style>
span { border-color: #188185; }
span { border-color: rgb(24,129,133); }
td.TdClassName
{
border-color: #188185;
}
.TagClassName
{
border-color: #188185;
}
</style>