Shades of Atoll #218885
Tints of Atoll #218885
RGB
CMYK
RGB Variations
Color information
#218885 (or 0x218885) is known color: Atoll. HEX triplet: 21, 88 and 85. RGB value is (33,136,133). Sum of RGB (Red+Green+Blue) = 33+136+133=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #218885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218885 is #DE777A. Grayscale: #686868. Windows color (decimal): -14579579 or 8751137. OLE color: 8751137.
HSL color Cylindrical-coordinate representation of color #218885: hue angle of 178.25º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218885 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 133 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.47 |
| HSL | 178.25º | 0.61% | 0.33% | - |
| HSV(B) | 178.25º | 0.76% | 0.53% | - |
| XYZ | 13.67 | 19.63 | 25.26 | - |
| YUV | 104.86 | 143.88 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 133 | 0.76 | 0 | 0.02 | 0.47 | 178.25 | 0.61 | 0.33 |
| Hex | 21 | 88 | 85 | 4C | 0 | 2 | 2F | B2 | 3D | 21 |
| Octal | 41 | 210 | 205 | 114 | 0 | 2 | 57 | 262 | 75 | 41 |
| Binary | 100001 | 10001000 | 10000101 | 1001100 | 0 | 10 | 101111 | 10110010 | 111101 | 100001 |
Color Harmonies of #218885
Complementary color
Monochromatic Colors of #218885
Black with #218885
Text Example
Text Example
White with #218885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218885; }
p { color: rgb(33,136,133); }
H1.HeaderClassName
{
color: #218885;
}
.AnyTagClassName
{
color: #218885;
}
</style>
background-color css
<style>
a { background-color: #218885; }
a { background-color: rgb(33,136,133); }
div.DivClassName
{
background-color: #218885;
}
.BgClassName
{
background-color: #218885;
}
</style>
border-color css
<style>
span { border-color: #218885; }
span { border-color: rgb(33,136,133); }
td.TdClassName
{
border-color: #218885;
}
.TagClassName
{
border-color: #218885;
}
</style>