Shades of Atoll #207A85
Tints of Atoll #207A85
RGB
CMYK
RGB Variations
Color information
#207A85 (or 0x207A85) is known color: Atoll. HEX triplet: 20, 7A and 85. RGB value is (32,122,133). Sum of RGB (Red+Green+Blue) = 32+122+133=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #207A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207A85 is #DF857A. Grayscale: #606060. Windows color (decimal): -14648699 or 8747552. OLE color: 8747552.
HSL color Cylindrical-coordinate representation of color #207A85: hue angle of 186.53º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #207A85 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 122 | 133 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.48 |
| HSL | 186.53º | 0.61% | 0.32% | - |
| HSV(B) | 186.53º | 0.76% | 0.52% | - |
| XYZ | 11.79 | 15.92 | 24.64 | - |
| YUV | 96.34 | 148.68 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 133 | 0.76 | 0.08 | 0 | 0.48 | 186.53 | 0.61 | 0.32 |
| Hex | 20 | 7A | 85 | 4C | 8 | 0 | 30 | BB | 3D | 20 |
| Octal | 40 | 172 | 205 | 114 | 10 | 0 | 60 | 273 | 75 | 40 |
| Binary | 100000 | 1111010 | 10000101 | 1001100 | 1000 | 0 | 110000 | 10111011 | 111101 | 100000 |
Color Harmonies of #207A85
Complementary color
Monochromatic Colors of #207A85
Black with #207A85
Text Example
Text Example
White with #207A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207A85; }
p { color: rgb(32,122,133); }
H1.HeaderClassName
{
color: #207A85;
}
.AnyTagClassName
{
color: #207A85;
}
</style>
background-color css
<style>
a { background-color: #207A85; }
a { background-color: rgb(32,122,133); }
div.DivClassName
{
background-color: #207A85;
}
.BgClassName
{
background-color: #207A85;
}
</style>
border-color css
<style>
span { border-color: #207A85; }
span { border-color: rgb(32,122,133); }
td.TdClassName
{
border-color: #207A85;
}
.TagClassName
{
border-color: #207A85;
}
</style>