Shades of Atoll #207D83
Tints of Atoll #207D83
RGB
CMYK
RGB Variations
Color information
#207D83 (or 0x207D83) is known color: Atoll. HEX triplet: 20, 7D and 83. RGB value is (32,125,131). Sum of RGB (Red+Green+Blue) = 32+125+131=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #207D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207D83 is #DF827C. Grayscale: #616161. Windows color (decimal): -14647933 or 8617248. OLE color: 8617248.
HSL color Cylindrical-coordinate representation of color #207D83: hue angle of 183.64º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #207D83 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 125 | 131 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.49 |
| HSL | 183.64º | 0.61% | 0.32% | - |
| HSV(B) | 183.64º | 0.76% | 0.51% | - |
| XYZ | 12.03 | 16.61 | 24.05 | - |
| YUV | 97.88 | 146.69 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 131 | 0.76 | 0.05 | 0 | 0.49 | 183.64 | 0.61 | 0.32 |
| Hex | 20 | 7D | 83 | 4C | 5 | 0 | 31 | B8 | 3D | 20 |
| Octal | 40 | 175 | 203 | 114 | 5 | 0 | 61 | 270 | 75 | 40 |
| Binary | 100000 | 1111101 | 10000011 | 1001100 | 101 | 0 | 110001 | 10111000 | 111101 | 100000 |
Color Harmonies of #207D83
Complementary color
Monochromatic Colors of #207D83
Black with #207D83
Text Example
Text Example
White with #207D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D83; }
p { color: rgb(32,125,131); }
H1.HeaderClassName
{
color: #207D83;
}
.AnyTagClassName
{
color: #207D83;
}
</style>
background-color css
<style>
a { background-color: #207D83; }
a { background-color: rgb(32,125,131); }
div.DivClassName
{
background-color: #207D83;
}
.BgClassName
{
background-color: #207D83;
}
</style>
border-color css
<style>
span { border-color: #207D83; }
span { border-color: rgb(32,125,131); }
td.TdClassName
{
border-color: #207D83;
}
.TagClassName
{
border-color: #207D83;
}
</style>