Shades of Atoll #207B80
Tints of Atoll #207B80
RGB
CMYK
RGB Variations
Color information
#207B80 (or 0x207B80) is known color: Atoll. HEX triplet: 20, 7B and 80. RGB value is (32,123,128). Sum of RGB (Red+Green+Blue) = 32+123+128=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #207B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207B80 is #DF847F. Grayscale: #606060. Windows color (decimal): -14648448 or 8420128. OLE color: 8420128.
HSL color Cylindrical-coordinate representation of color #207B80: hue angle of 183.12º 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 #207B80 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 123 | 128 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.50 |
| HSL | 183.13º | 0.6% | 0.31% | - |
| HSV(B) | 183.13º | 0.75% | 0.5% | - |
| XYZ | 11.57 | 16.03 | 22.91 | - |
| YUV | 96.36 | 145.85 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 128 | 0.75 | 0.04 | 0 | 0.50 | 183.13 | 0.6 | 0.31 |
| Hex | 20 | 7B | 80 | 4B | 4 | 0 | 32 | B7 | 3C | 1F |
| Octal | 40 | 173 | 200 | 113 | 4 | 0 | 62 | 267 | 74 | 37 |
| Binary | 100000 | 1111011 | 10000000 | 1001011 | 100 | 0 | 110010 | 10110111 | 111100 | 11111 |
Color Harmonies of #207B80
Complementary color
Monochromatic Colors of #207B80
Black with #207B80
Text Example
Text Example
White with #207B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207B80; }
p { color: rgb(32,123,128); }
H1.HeaderClassName
{
color: #207B80;
}
.AnyTagClassName
{
color: #207B80;
}
</style>
background-color css
<style>
a { background-color: #207B80; }
a { background-color: rgb(32,123,128); }
div.DivClassName
{
background-color: #207B80;
}
.BgClassName
{
background-color: #207B80;
}
</style>
border-color css
<style>
span { border-color: #207B80; }
span { border-color: rgb(32,123,128); }
td.TdClassName
{
border-color: #207B80;
}
.TagClassName
{
border-color: #207B80;
}
</style>