Shades of Atoll #207A86
Tints of Atoll #207A86
RGB
CMYK
RGB Variations
Color information
#207A86 (or 0x207A86) is known color: Atoll. HEX triplet: 20, 7A and 86. RGB value is (32,122,134). Sum of RGB (Red+Green+Blue) = 32+122+134=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #207A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207A86 is #DF8579. Grayscale: #606060. Windows color (decimal): -14648698 or 8813088. OLE color: 8813088.
HSL color Cylindrical-coordinate representation of color #207A86: hue angle of 187.06º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #207A86 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 122 | 134 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.47 |
| HSL | 187.06º | 0.61% | 0.33% | - |
| HSV(B) | 187.06º | 0.76% | 0.53% | - |
| XYZ | 11.86 | 15.95 | 25.01 | - |
| YUV | 96.46 | 149.18 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 134 | 0.76 | 0.09 | 0 | 0.47 | 187.06 | 0.61 | 0.33 |
| Hex | 20 | 7A | 86 | 4C | 9 | 0 | 2F | BB | 3D | 21 |
| Octal | 40 | 172 | 206 | 114 | 11 | 0 | 57 | 273 | 75 | 41 |
| Binary | 100000 | 1111010 | 10000110 | 1001100 | 1001 | 0 | 101111 | 10111011 | 111101 | 100001 |
Color Harmonies of #207A86
Complementary color
Monochromatic Colors of #207A86
Black with #207A86
Text Example
Text Example
White with #207A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207A86; }
p { color: rgb(32,122,134); }
H1.HeaderClassName
{
color: #207A86;
}
.AnyTagClassName
{
color: #207A86;
}
</style>
background-color css
<style>
a { background-color: #207A86; }
a { background-color: rgb(32,122,134); }
div.DivClassName
{
background-color: #207A86;
}
.BgClassName
{
background-color: #207A86;
}
</style>
border-color css
<style>
span { border-color: #207A86; }
span { border-color: rgb(32,122,134); }
td.TdClassName
{
border-color: #207A86;
}
.TagClassName
{
border-color: #207A86;
}
</style>