Shades of Atoll #207D80
Tints of Atoll #207D80
RGB
CMYK
RGB Variations
Color information
#207D80 (or 0x207D80) is known color: Atoll. HEX triplet: 20, 7D and 80. RGB value is (32,125,128). Sum of RGB (Red+Green+Blue) = 32+125+128=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #207D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207D80 is #DF827F. Grayscale: #616161. Windows color (decimal): -14647936 or 8420640. OLE color: 8420640.
HSL color Cylindrical-coordinate representation of color #207D80: hue angle of 181.88º 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 #207D80 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 125 | 128 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.50 |
| HSL | 181.88º | 0.6% | 0.31% | - |
| HSV(B) | 181.88º | 0.75% | 0.5% | - |
| XYZ | 11.83 | 16.53 | 22.99 | - |
| YUV | 97.54 | 145.19 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 128 | 0.75 | 0.02 | 0 | 0.50 | 181.88 | 0.6 | 0.31 |
| Hex | 20 | 7D | 80 | 4B | 2 | 0 | 32 | B6 | 3C | 1F |
| Octal | 40 | 175 | 200 | 113 | 2 | 0 | 62 | 266 | 74 | 37 |
| Binary | 100000 | 1111101 | 10000000 | 1001011 | 10 | 0 | 110010 | 10110110 | 111100 | 11111 |
Color Harmonies of #207D80
Complementary color
Monochromatic Colors of #207D80
Black with #207D80
Text Example
Text Example
White with #207D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D80; }
p { color: rgb(32,125,128); }
H1.HeaderClassName
{
color: #207D80;
}
.AnyTagClassName
{
color: #207D80;
}
</style>
background-color css
<style>
a { background-color: #207D80; }
a { background-color: rgb(32,125,128); }
div.DivClassName
{
background-color: #207D80;
}
.BgClassName
{
background-color: #207D80;
}
</style>
border-color css
<style>
span { border-color: #207D80; }
span { border-color: rgb(32,125,128); }
td.TdClassName
{
border-color: #207D80;
}
.TagClassName
{
border-color: #207D80;
}
</style>