Shades of Atoll #207A80
Tints of Atoll #207A80
RGB
CMYK
RGB Variations
Color information
#207A80 (or 0x207A80) is known color: Atoll. HEX triplet: 20, 7A and 80. RGB value is (32,122,128). Sum of RGB (Red+Green+Blue) = 32+122+128=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #207A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207A80 is #DF857F. Grayscale: #5F5F5F. Windows color (decimal): -14648704 or 8419872. OLE color: 8419872.
HSL color Cylindrical-coordinate representation of color #207A80: hue angle of 183.75º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207A80 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 122 | 128 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.50 |
| HSL | 183.75º | 0.6% | 0.31% | - |
| HSV(B) | 183.75º | 0.75% | 0.5% | - |
| XYZ | 11.45 | 15.78 | 22.87 | - |
| YUV | 95.77 | 146.18 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 128 | 0.75 | 0.05 | 0 | 0.50 | 183.75 | 0.6 | 0.31 |
| Hex | 20 | 7A | 80 | 4B | 5 | 0 | 32 | B8 | 3C | 1F |
| Octal | 40 | 172 | 200 | 113 | 5 | 0 | 62 | 270 | 74 | 37 |
| Binary | 100000 | 1111010 | 10000000 | 1001011 | 101 | 0 | 110010 | 10111000 | 111100 | 11111 |
Color Harmonies of #207A80
Complementary color
Monochromatic Colors of #207A80
Black with #207A80
Text Example
Text Example
White with #207A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207A80; }
p { color: rgb(32,122,128); }
H1.HeaderClassName
{
color: #207A80;
}
.AnyTagClassName
{
color: #207A80;
}
</style>
background-color css
<style>
a { background-color: #207A80; }
a { background-color: rgb(32,122,128); }
div.DivClassName
{
background-color: #207A80;
}
.BgClassName
{
background-color: #207A80;
}
</style>
border-color css
<style>
span { border-color: #207A80; }
span { border-color: rgb(32,122,128); }
td.TdClassName
{
border-color: #207A80;
}
.TagClassName
{
border-color: #207A80;
}
</style>