Shades of Atoll #20767C
Tints of Atoll #20767C
RGB
CMYK
RGB Variations
Color information
#20767C (or 0x20767C) is known color: Atoll. HEX triplet: 20, 76 and 7C. RGB value is (32,118,124). Sum of RGB (Red+Green+Blue) = 32+118+124=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #20767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20767C is #DF8983. Grayscale: #5C5C5C. Windows color (decimal): -14649732 or 8156704. OLE color: 8156704.
HSL color Cylindrical-coordinate representation of color #20767C: hue angle of 183.91º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20767C is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 118 | 124 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.51 |
| HSL | 183.91º | 0.59% | 0.31% | - |
| HSV(B) | 183.91º | 0.74% | 0.49% | - |
| XYZ | 10.71 | 14.72 | 21.35 | - |
| YUV | 92.97 | 145.51 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 124 | 0.74 | 0.05 | 0 | 0.51 | 183.91 | 0.59 | 0.31 |
| Hex | 20 | 76 | 7C | 4A | 5 | 0 | 33 | B8 | 3B | 1F |
| Octal | 40 | 166 | 174 | 112 | 5 | 0 | 63 | 270 | 73 | 37 |
| Binary | 100000 | 1110110 | 1111100 | 1001010 | 101 | 0 | 110011 | 10111000 | 111011 | 11111 |
Color Harmonies of #20767C
Complementary color
Monochromatic Colors of #20767C
Black with #20767C
Text Example
Text Example
White with #20767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20767C; }
p { color: rgb(32,118,124); }
H1.HeaderClassName
{
color: #20767C;
}
.AnyTagClassName
{
color: #20767C;
}
</style>
background-color css
<style>
a { background-color: #20767C; }
a { background-color: rgb(32,118,124); }
div.DivClassName
{
background-color: #20767C;
}
.BgClassName
{
background-color: #20767C;
}
</style>
border-color css
<style>
span { border-color: #20767C; }
span { border-color: rgb(32,118,124); }
td.TdClassName
{
border-color: #20767C;
}
.TagClassName
{
border-color: #20767C;
}
</style>