Shades of Atoll #218485
Tints of Atoll #218485
RGB
CMYK
RGB Variations
Color information
#218485 (or 0x218485) is known color: Atoll. HEX triplet: 21, 84 and 85. RGB value is (33,132,133). Sum of RGB (Red+Green+Blue) = 33+132+133=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 133 - color contains mainly: blue. Hex color #218485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218485 is #DE7B7A. Grayscale: #666666. Windows color (decimal): -14580603 or 8750113. OLE color: 8750113.
HSL color Cylindrical-coordinate representation of color #218485: hue angle of 180.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218485 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 132 | 133 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.48 |
| HSL | 180.6º | 0.6% | 0.33% | - |
| HSV(B) | 180.6º | 0.75% | 0.52% | - |
| XYZ | 13.11 | 18.52 | 25.07 | - |
| YUV | 102.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 133 | 0.75 | 0.01 | 0 | 0.48 | 180.6 | 0.6 | 0.33 |
| Hex | 21 | 84 | 85 | 4B | 1 | 0 | 30 | B5 | 3C | 21 |
| Octal | 41 | 204 | 205 | 113 | 1 | 0 | 60 | 265 | 74 | 41 |
| Binary | 100001 | 10000100 | 10000101 | 1001011 | 1 | 0 | 110000 | 10110101 | 111100 | 100001 |
Color Harmonies of #218485
Complementary color
Monochromatic Colors of #218485
Black with #218485
Text Example
Text Example
White with #218485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218485; }
p { color: rgb(33,132,133); }
H1.HeaderClassName
{
color: #218485;
}
.AnyTagClassName
{
color: #218485;
}
</style>
background-color css
<style>
a { background-color: #218485; }
a { background-color: rgb(33,132,133); }
div.DivClassName
{
background-color: #218485;
}
.BgClassName
{
background-color: #218485;
}
</style>
border-color css
<style>
span { border-color: #218485; }
span { border-color: rgb(33,132,133); }
td.TdClassName
{
border-color: #218485;
}
.TagClassName
{
border-color: #218485;
}
</style>