Shades of Atoll #218684
Tints of Atoll #218684
RGB
CMYK
RGB Variations
Color information
#218684 (or 0x218684) is known color: Atoll. HEX triplet: 21, 86 and 84. RGB value is (33,134,132). Sum of RGB (Red+Green+Blue) = 33+134+132=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #218684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218684 is #DE797B. Grayscale: #676767. Windows color (decimal): -14580092 or 8685089. OLE color: 8685089.
HSL color Cylindrical-coordinate representation of color #218684: hue angle of 178.81º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218684 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 134 | 132 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.47 |
| HSL | 178.81º | 0.6% | 0.33% | - |
| HSV(B) | 178.81º | 0.75% | 0.53% | - |
| XYZ | 13.32 | 19.04 | 24.8 | - |
| YUV | 103.57 | 144.04 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 132 | 0.75 | 0 | 0.01 | 0.47 | 178.81 | 0.6 | 0.33 |
| Hex | 21 | 86 | 84 | 4B | 0 | 1 | 2F | B3 | 3C | 21 |
| Octal | 41 | 206 | 204 | 113 | 0 | 1 | 57 | 263 | 74 | 41 |
| Binary | 100001 | 10000110 | 10000100 | 1001011 | 0 | 1 | 101111 | 10110011 | 111100 | 100001 |
Color Harmonies of #218684
Complementary color
Monochromatic Colors of #218684
Black with #218684
Text Example
Text Example
White with #218684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218684; }
p { color: rgb(33,134,132); }
H1.HeaderClassName
{
color: #218684;
}
.AnyTagClassName
{
color: #218684;
}
</style>
background-color css
<style>
a { background-color: #218684; }
a { background-color: rgb(33,134,132); }
div.DivClassName
{
background-color: #218684;
}
.BgClassName
{
background-color: #218684;
}
</style>
border-color css
<style>
span { border-color: #218684; }
span { border-color: rgb(33,134,132); }
td.TdClassName
{
border-color: #218684;
}
.TagClassName
{
border-color: #218684;
}
</style>