Shades of Atoll #207F80
Tints of Atoll #207F80
RGB
CMYK
RGB Variations
Color information
#207F80 (or 0x207F80) is known color: Atoll. HEX triplet: 20, 7F and 80. RGB value is (32,127,128). Sum of RGB (Red+Green+Blue) = 32+127+128=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #207F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207F80 is #DF807F. Grayscale: #626262. Windows color (decimal): -14647424 or 8421152. OLE color: 8421152.
HSL color Cylindrical-coordinate representation of color #207F80: hue angle of 180.62º 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 #207F80 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 127 | 128 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.50 |
| HSL | 180.63º | 0.6% | 0.31% | - |
| HSV(B) | 180.63º | 0.75% | 0.5% | - |
| XYZ | 12.08 | 17.04 | 23.08 | - |
| YUV | 98.71 | 144.53 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 128 | 0.75 | 0.01 | 0 | 0.50 | 180.63 | 0.6 | 0.31 |
| Hex | 20 | 7F | 80 | 4B | 1 | 0 | 32 | B5 | 3C | 1F |
| Octal | 40 | 177 | 200 | 113 | 1 | 0 | 62 | 265 | 74 | 37 |
| Binary | 100000 | 1111111 | 10000000 | 1001011 | 1 | 0 | 110010 | 10110101 | 111100 | 11111 |
Color Harmonies of #207F80
Complementary color
Monochromatic Colors of #207F80
Black with #207F80
Text Example
Text Example
White with #207F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207F80; }
p { color: rgb(32,127,128); }
H1.HeaderClassName
{
color: #207F80;
}
.AnyTagClassName
{
color: #207F80;
}
</style>
background-color css
<style>
a { background-color: #207F80; }
a { background-color: rgb(32,127,128); }
div.DivClassName
{
background-color: #207F80;
}
.BgClassName
{
background-color: #207F80;
}
</style>
border-color css
<style>
span { border-color: #207F80; }
span { border-color: rgb(32,127,128); }
td.TdClassName
{
border-color: #207F80;
}
.TagClassName
{
border-color: #207F80;
}
</style>