Shades of Atoll #207D85
Tints of Atoll #207D85
RGB
CMYK
RGB Variations
Color information
#207D85 (or 0x207D85) is known color: Atoll. HEX triplet: 20, 7D and 85. RGB value is (32,125,133). Sum of RGB (Red+Green+Blue) = 32+125+133=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #207D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207D85 is #DF827A. Grayscale: #616161. Windows color (decimal): -14647931 or 8748320. OLE color: 8748320.
HSL color Cylindrical-coordinate representation of color #207D85: hue angle of 184.75º 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 #207D85 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 125 | 133 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.48 |
| HSL | 184.75º | 0.61% | 0.32% | - |
| HSV(B) | 184.75º | 0.76% | 0.52% | - |
| XYZ | 12.16 | 16.67 | 24.77 | - |
| YUV | 98.11 | 147.69 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 133 | 0.76 | 0.06 | 0 | 0.48 | 184.75 | 0.61 | 0.32 |
| Hex | 20 | 7D | 85 | 4C | 6 | 0 | 30 | B9 | 3D | 20 |
| Octal | 40 | 175 | 205 | 114 | 6 | 0 | 60 | 271 | 75 | 40 |
| Binary | 100000 | 1111101 | 10000101 | 1001100 | 110 | 0 | 110000 | 10111001 | 111101 | 100000 |
Color Harmonies of #207D85
Complementary color
Monochromatic Colors of #207D85
Black with #207D85
Text Example
Text Example
White with #207D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D85; }
p { color: rgb(32,125,133); }
H1.HeaderClassName
{
color: #207D85;
}
.AnyTagClassName
{
color: #207D85;
}
</style>
background-color css
<style>
a { background-color: #207D85; }
a { background-color: rgb(32,125,133); }
div.DivClassName
{
background-color: #207D85;
}
.BgClassName
{
background-color: #207D85;
}
</style>
border-color css
<style>
span { border-color: #207D85; }
span { border-color: rgb(32,125,133); }
td.TdClassName
{
border-color: #207D85;
}
.TagClassName
{
border-color: #207D85;
}
</style>