Shades of Atoll #20767A
Tints of Atoll #20767A
RGB
CMYK
RGB Variations
Color information
#20767A (or 0x20767A) is known color: Atoll. HEX triplet: 20, 76 and 7A. RGB value is (32,118,122). Sum of RGB (Red+Green+Blue) = 32+118+122=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #20767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20767A is #DF8985. Grayscale: #5C5C5C. Windows color (decimal): -14649734 or 8025632. OLE color: 8025632.
HSL color Cylindrical-coordinate representation of color #20767A: hue angle of 182.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20767A is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 118 | 122 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.52 |
| HSL | 182.67º | 0.58% | 0.3% | - |
| HSV(B) | 182.67º | 0.74% | 0.48% | - |
| XYZ | 10.59 | 14.67 | 20.69 | - |
| YUV | 92.74 | 144.51 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 122 | 0.74 | 0.03 | 0 | 0.52 | 182.67 | 0.58 | 0.3 |
| Hex | 20 | 76 | 7A | 4A | 3 | 0 | 34 | B7 | 3A | 1E |
| Octal | 40 | 166 | 172 | 112 | 3 | 0 | 64 | 267 | 72 | 36 |
| Binary | 100000 | 1110110 | 1111010 | 1001010 | 11 | 0 | 110100 | 10110111 | 111010 | 11110 |
Color Harmonies of #20767A
Complementary color
Monochromatic Colors of #20767A
Black with #20767A
Text Example
Text Example
White with #20767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20767A; }
p { color: rgb(32,118,122); }
H1.HeaderClassName
{
color: #20767A;
}
.AnyTagClassName
{
color: #20767A;
}
</style>
background-color css
<style>
a { background-color: #20767A; }
a { background-color: rgb(32,118,122); }
div.DivClassName
{
background-color: #20767A;
}
.BgClassName
{
background-color: #20767A;
}
</style>
border-color css
<style>
span { border-color: #20767A; }
span { border-color: rgb(32,118,122); }
td.TdClassName
{
border-color: #20767A;
}
.TagClassName
{
border-color: #20767A;
}
</style>