Shades of Atoll #20808C
Tints of Atoll #20808C
RGB
CMYK
RGB Variations
Color information
#20808C (or 0x20808C) is known color: Atoll. HEX triplet: 20, 80 and 8C. RGB value is (32,128,140). Sum of RGB (Red+Green+Blue) = 32+128+140=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #20808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20808C is #DF7F73. Grayscale: #646464. Windows color (decimal): -14647156 or 9207840. OLE color: 9207840.
HSL color Cylindrical-coordinate representation of color #20808C: hue angle of 186.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20808C is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 128 | 140 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.45 |
| HSL | 186.67º | 0.63% | 0.34% | - |
| HSV(B) | 186.67º | 0.77% | 0.55% | - |
| XYZ | 13.05 | 17.64 | 27.53 | - |
| YUV | 100.66 | 150.2 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 140 | 0.77 | 0.09 | 0 | 0.45 | 186.67 | 0.63 | 0.34 |
| Hex | 20 | 80 | 8C | 4D | 9 | 0 | 2D | BB | 3F | 22 |
| Octal | 40 | 200 | 214 | 115 | 11 | 0 | 55 | 273 | 77 | 42 |
| Binary | 100000 | 10000000 | 10001100 | 1001101 | 1001 | 0 | 101101 | 10111011 | 111111 | 100010 |
Color Harmonies of #20808C
Complementary color
Monochromatic Colors of #20808C
Black with #20808C
Text Example
Text Example
White with #20808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20808C; }
p { color: rgb(32,128,140); }
H1.HeaderClassName
{
color: #20808C;
}
.AnyTagClassName
{
color: #20808C;
}
</style>
background-color css
<style>
a { background-color: #20808C; }
a { background-color: rgb(32,128,140); }
div.DivClassName
{
background-color: #20808C;
}
.BgClassName
{
background-color: #20808C;
}
</style>
border-color css
<style>
span { border-color: #20808C; }
span { border-color: rgb(32,128,140); }
td.TdClassName
{
border-color: #20808C;
}
.TagClassName
{
border-color: #20808C;
}
</style>