Shades of Atoll #207C84
Tints of Atoll #207C84
RGB
CMYK
RGB Variations
Color information
#207C84 (or 0x207C84) is known color: Atoll. HEX triplet: 20, 7C and 84. RGB value is (32,124,132). Sum of RGB (Red+Green+Blue) = 32+124+132=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #207C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207C84 is #DF837B. Grayscale: #616161. Windows color (decimal): -14648188 or 8682528. OLE color: 8682528.
HSL color Cylindrical-coordinate representation of color #207C84: hue angle of 184.8º 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 #207C84 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 124 | 132 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.48 |
| HSL | 184.8º | 0.61% | 0.32% | - |
| HSV(B) | 184.8º | 0.76% | 0.52% | - |
| XYZ | 11.97 | 16.39 | 24.36 | - |
| YUV | 97.4 | 147.52 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 132 | 0.76 | 0.06 | 0 | 0.48 | 184.8 | 0.61 | 0.32 |
| Hex | 20 | 7C | 84 | 4C | 6 | 0 | 30 | B9 | 3D | 20 |
| Octal | 40 | 174 | 204 | 114 | 6 | 0 | 60 | 271 | 75 | 40 |
| Binary | 100000 | 1111100 | 10000100 | 1001100 | 110 | 0 | 110000 | 10111001 | 111101 | 100000 |
Color Harmonies of #207C84
Complementary color
Monochromatic Colors of #207C84
Black with #207C84
Text Example
Text Example
White with #207C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C84; }
p { color: rgb(32,124,132); }
H1.HeaderClassName
{
color: #207C84;
}
.AnyTagClassName
{
color: #207C84;
}
</style>
background-color css
<style>
a { background-color: #207C84; }
a { background-color: rgb(32,124,132); }
div.DivClassName
{
background-color: #207C84;
}
.BgClassName
{
background-color: #207C84;
}
</style>
border-color css
<style>
span { border-color: #207C84; }
span { border-color: rgb(32,124,132); }
td.TdClassName
{
border-color: #207C84;
}
.TagClassName
{
border-color: #207C84;
}
</style>