Shades of Atoll #207C82
Tints of Atoll #207C82
RGB
CMYK
RGB Variations
Color information
#207C82 (or 0x207C82) is known color: Atoll. HEX triplet: 20, 7C and 82. RGB value is (32,124,130). Sum of RGB (Red+Green+Blue) = 32+124+130=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #207C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207C82 is #DF837D. Grayscale: #616161. Windows color (decimal): -14648190 or 8551456. OLE color: 8551456.
HSL color Cylindrical-coordinate representation of color #207C82: hue angle of 183.67º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207C82 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 124 | 130 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.49 |
| HSL | 183.67º | 0.6% | 0.32% | - |
| HSV(B) | 183.67º | 0.75% | 0.51% | - |
| XYZ | 11.83 | 16.33 | 23.65 | - |
| YUV | 97.18 | 146.52 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 130 | 0.75 | 0.05 | 0 | 0.49 | 183.67 | 0.6 | 0.32 |
| Hex | 20 | 7C | 82 | 4B | 5 | 0 | 31 | B8 | 3C | 20 |
| Octal | 40 | 174 | 202 | 113 | 5 | 0 | 61 | 270 | 74 | 40 |
| Binary | 100000 | 1111100 | 10000010 | 1001011 | 101 | 0 | 110001 | 10111000 | 111100 | 100000 |
Color Harmonies of #207C82
Complementary color
Monochromatic Colors of #207C82
Black with #207C82
Text Example
Text Example
White with #207C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C82; }
p { color: rgb(32,124,130); }
H1.HeaderClassName
{
color: #207C82;
}
.AnyTagClassName
{
color: #207C82;
}
</style>
background-color css
<style>
a { background-color: #207C82; }
a { background-color: rgb(32,124,130); }
div.DivClassName
{
background-color: #207C82;
}
.BgClassName
{
background-color: #207C82;
}
</style>
border-color css
<style>
span { border-color: #207C82; }
span { border-color: rgb(32,124,130); }
td.TdClassName
{
border-color: #207C82;
}
.TagClassName
{
border-color: #207C82;
}
</style>