Shades of Atoll #206F72
Tints of Atoll #206F72
RGB
CMYK
RGB Variations
Color information
#206F72 (or 0x206F72) is known color: Atoll. HEX triplet: 20, 6F and 72. RGB value is (32,111,114). Sum of RGB (Red+Green+Blue) = 32+111+114=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #206F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F72 is #DF908D. Grayscale: #575757. Windows color (decimal): -14651534 or 7499552. OLE color: 7499552.
HSL color Cylindrical-coordinate representation of color #206F72: hue angle of 182.2º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206F72 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 111 | 114 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.55 |
| HSL | 182.2º | 0.56% | 0.29% | - |
| HSV(B) | 182.2º | 0.72% | 0.45% | - |
| XYZ | 9.32 | 12.89 | 17.92 | - |
| YUV | 87.72 | 142.83 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 114 | 0.72 | 0.03 | 0 | 0.55 | 182.2 | 0.56 | 0.29 |
| Hex | 20 | 6F | 72 | 48 | 3 | 0 | 37 | B6 | 38 | 1D |
| Octal | 40 | 157 | 162 | 110 | 3 | 0 | 67 | 266 | 70 | 35 |
| Binary | 100000 | 1101111 | 1110010 | 1001000 | 11 | 0 | 110111 | 10110110 | 111000 | 11101 |
Color Harmonies of #206F72
Complementary color
Monochromatic Colors of #206F72
Black with #206F72
Text Example
Text Example
White with #206F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F72; }
p { color: rgb(32,111,114); }
H1.HeaderClassName
{
color: #206F72;
}
.AnyTagClassName
{
color: #206F72;
}
</style>
background-color css
<style>
a { background-color: #206F72; }
a { background-color: rgb(32,111,114); }
div.DivClassName
{
background-color: #206F72;
}
.BgClassName
{
background-color: #206F72;
}
</style>
border-color css
<style>
span { border-color: #206F72; }
span { border-color: rgb(32,111,114); }
td.TdClassName
{
border-color: #206F72;
}
.TagClassName
{
border-color: #206F72;
}
</style>