Shades of Atoll #218080
Tints of Atoll #218080
RGB
CMYK
RGB Variations
Color information
#218080 (or 0x218080) is known color: Atoll. HEX triplet: 21, 80 and 80. RGB value is (33,128,128). Sum of RGB (Red+Green+Blue) = 33+128+128=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #218080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218080 is #DE7F7F. Grayscale: #636363. Windows color (decimal): -14581632 or 8421409. OLE color: 8421409.
HSL color Cylindrical-coordinate representation of color #218080: hue angle of 180º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #218080 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 128 | - |
| CMYK | 0.74 | 0 | 0 | 0.50 |
| HSL | 180º | 0.59% | 0.32% | - |
| HSV(B) | 180º | 0.74% | 0.5% | - |
| XYZ | 12.24 | 17.32 | 23.12 | - |
| YUV | 99.6 | 144.03 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 128 | 0.74 | 0 | 0 | 0.50 | 180 | 0.59 | 0.32 |
| Hex | 21 | 80 | 80 | 4A | 0 | 0 | 32 | B4 | 3B | 20 |
| Octal | 41 | 200 | 200 | 112 | 0 | 0 | 62 | 264 | 73 | 40 |
| Binary | 100001 | 10000000 | 10000000 | 1001010 | 0 | 0 | 110010 | 10110100 | 111011 | 100000 |
Color Harmonies of #218080
Complementary color
Monochromatic Colors of #218080
Black with #218080
Text Example
Text Example
White with #218080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218080; }
p { color: rgb(33,128,128); }
H1.HeaderClassName
{
color: #218080;
}
.AnyTagClassName
{
color: #218080;
}
</style>
background-color css
<style>
a { background-color: #218080; }
a { background-color: rgb(33,128,128); }
div.DivClassName
{
background-color: #218080;
}
.BgClassName
{
background-color: #218080;
}
</style>
border-color css
<style>
span { border-color: #218080; }
span { border-color: rgb(33,128,128); }
td.TdClassName
{
border-color: #218080;
}
.TagClassName
{
border-color: #218080;
}
</style>