Shades of Atoll #218183
Tints of Atoll #218183
RGB
CMYK
RGB Variations
Color information
#218183 (or 0x218183) is known color: Atoll. HEX triplet: 21, 81 and 83. RGB value is (33,129,131). Sum of RGB (Red+Green+Blue) = 33+129+131=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #218183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218183 is #DE7E7C. Grayscale: #646464. Windows color (decimal): -14581373 or 8618273. OLE color: 8618273.
HSL color Cylindrical-coordinate representation of color #218183: hue angle of 181.22º 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 #218183 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 129 | 131 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.49 |
| HSL | 181.22º | 0.6% | 0.32% | - |
| HSV(B) | 181.22º | 0.75% | 0.51% | - |
| XYZ | 12.57 | 17.66 | 24.22 | - |
| YUV | 100.52 | 145.2 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 131 | 0.75 | 0.02 | 0 | 0.49 | 181.22 | 0.6 | 0.32 |
| Hex | 21 | 81 | 83 | 4B | 2 | 0 | 31 | B5 | 3C | 20 |
| Octal | 41 | 201 | 203 | 113 | 2 | 0 | 61 | 265 | 74 | 40 |
| Binary | 100001 | 10000001 | 10000011 | 1001011 | 10 | 0 | 110001 | 10110101 | 111100 | 100000 |
Color Harmonies of #218183
Complementary color
Monochromatic Colors of #218183
Black with #218183
Text Example
Text Example
White with #218183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218183; }
p { color: rgb(33,129,131); }
H1.HeaderClassName
{
color: #218183;
}
.AnyTagClassName
{
color: #218183;
}
</style>
background-color css
<style>
a { background-color: #218183; }
a { background-color: rgb(33,129,131); }
div.DivClassName
{
background-color: #218183;
}
.BgClassName
{
background-color: #218183;
}
</style>
border-color css
<style>
span { border-color: #218183; }
span { border-color: rgb(33,129,131); }
td.TdClassName
{
border-color: #218183;
}
.TagClassName
{
border-color: #218183;
}
</style>