Shades of Atoll #218180
Tints of Atoll #218180
RGB
CMYK
RGB Variations
Color information
#218180 (or 0x218180) is known color: Atoll. HEX triplet: 21, 81 and 80. RGB value is (33,129,128). Sum of RGB (Red+Green+Blue) = 33+129+128=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #218180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218180 is #DE7E7F. Grayscale: #646464. Windows color (decimal): -14581376 or 8421665. OLE color: 8421665.
HSL color Cylindrical-coordinate representation of color #218180: hue angle of 179.38º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #218180 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 128 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.49 |
| HSL | 179.38º | 0.59% | 0.32% | - |
| HSV(B) | 179.38º | 0.74% | 0.51% | - |
| XYZ | 12.37 | 17.58 | 23.16 | - |
| YUV | 100.18 | 143.7 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 128 | 0.74 | 0 | 0.01 | 0.49 | 179.38 | 0.59 | 0.32 |
| Hex | 21 | 81 | 80 | 4A | 0 | 1 | 31 | B3 | 3B | 20 |
| Octal | 41 | 201 | 200 | 112 | 0 | 1 | 61 | 263 | 73 | 40 |
| Binary | 100001 | 10000001 | 10000000 | 1001010 | 0 | 1 | 110001 | 10110011 | 111011 | 100000 |
Color Harmonies of #218180
Complementary color
Monochromatic Colors of #218180
Black with #218180
Text Example
Text Example
White with #218180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218180; }
p { color: rgb(33,129,128); }
H1.HeaderClassName
{
color: #218180;
}
.AnyTagClassName
{
color: #218180;
}
</style>
background-color css
<style>
a { background-color: #218180; }
a { background-color: rgb(33,129,128); }
div.DivClassName
{
background-color: #218180;
}
.BgClassName
{
background-color: #218180;
}
</style>
border-color css
<style>
span { border-color: #218180; }
span { border-color: rgb(33,129,128); }
td.TdClassName
{
border-color: #218180;
}
.TagClassName
{
border-color: #218180;
}
</style>