Shades of Atoll #188282
Tints of Atoll #188282
RGB
CMYK
RGB Variations
Color information
#188282 (or 0x188282) is known color: Atoll. HEX triplet: 18, 82 and 82. RGB value is (24,130,130). Sum of RGB (Red+Green+Blue) = 24+130+130=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #188282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188282 is #E77D7D. Grayscale: #626262. Windows color (decimal): -15170942 or 8552984. OLE color: 8552984.
HSL color Cylindrical-coordinate representation of color #188282: hue angle of 180º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188282 is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 130 | - |
| CMYK | 0.82 | 0 | 0 | 0.49 |
| HSL | 180º | 0.69% | 0.3% | - |
| HSV(B) | 180º | 0.82% | 0.51% | - |
| XYZ | 12.39 | 17.77 | 23.9 | - |
| YUV | 98.31 | 145.88 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 130 | 0.82 | 0 | 0 | 0.49 | 180 | 0.69 | 0.3 |
| Hex | 18 | 82 | 82 | 52 | 0 | 0 | 31 | B4 | 45 | 1E |
| Octal | 30 | 202 | 202 | 122 | 0 | 0 | 61 | 264 | 105 | 36 |
| Binary | 11000 | 10000010 | 10000010 | 1010010 | 0 | 0 | 110001 | 10110100 | 1000101 | 11110 |
Color Harmonies of #188282
Complementary color
Monochromatic Colors of #188282
Black with #188282
Text Example
Text Example
White with #188282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188282; }
p { color: rgb(24,130,130); }
H1.HeaderClassName
{
color: #188282;
}
.AnyTagClassName
{
color: #188282;
}
</style>
background-color css
<style>
a { background-color: #188282; }
a { background-color: rgb(24,130,130); }
div.DivClassName
{
background-color: #188282;
}
.BgClassName
{
background-color: #188282;
}
</style>
border-color css
<style>
span { border-color: #188282; }
span { border-color: rgb(24,130,130); }
td.TdClassName
{
border-color: #188282;
}
.TagClassName
{
border-color: #188282;
}
</style>