Shades of Atoll #218282
Tints of Atoll #218282
RGB
CMYK
RGB Variations
Color information
#218282 (or 0x218282) is known color: Atoll. HEX triplet: 21, 82 and 82. RGB value is (33,130,130). Sum of RGB (Red+Green+Blue) = 33+130+130=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #218282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218282 is #DE7D7D. Grayscale: #646464. Windows color (decimal): -14581118 or 8552993. OLE color: 8552993.
HSL color Cylindrical-coordinate representation of color #218282: hue angle of 180º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218282 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 130 | - |
| CMYK | 0.75 | 0 | 0 | 0.49 |
| HSL | 180º | 0.6% | 0.32% | - |
| HSV(B) | 180º | 0.75% | 0.51% | - |
| XYZ | 12.64 | 17.9 | 23.91 | - |
| YUV | 101 | 144.36 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 130 | 0.75 | 0 | 0 | 0.49 | 180 | 0.6 | 0.32 |
| Hex | 21 | 82 | 82 | 4B | 0 | 0 | 31 | B4 | 3C | 20 |
| Octal | 41 | 202 | 202 | 113 | 0 | 0 | 61 | 264 | 74 | 40 |
| Binary | 100001 | 10000010 | 10000010 | 1001011 | 0 | 0 | 110001 | 10110100 | 111100 | 100000 |
Color Harmonies of #218282
Complementary color
Monochromatic Colors of #218282
Black with #218282
Text Example
Text Example
White with #218282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218282; }
p { color: rgb(33,130,130); }
H1.HeaderClassName
{
color: #218282;
}
.AnyTagClassName
{
color: #218282;
}
</style>
background-color css
<style>
a { background-color: #218282; }
a { background-color: rgb(33,130,130); }
div.DivClassName
{
background-color: #218282;
}
.BgClassName
{
background-color: #218282;
}
</style>
border-color css
<style>
span { border-color: #218282; }
span { border-color: rgb(33,130,130); }
td.TdClassName
{
border-color: #218282;
}
.TagClassName
{
border-color: #218282;
}
</style>