Shades of Atoll #206D70
Tints of Atoll #206D70
RGB
CMYK
RGB Variations
Color information
#206D70 (or 0x206D70) is known color: Atoll. HEX triplet: 20, 6D and 70. RGB value is (32,109,112). Sum of RGB (Red+Green+Blue) = 32+109+112=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #206D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206D70 is #DF928F. Grayscale: #565656. Windows color (decimal): -14652048 or 7367968. OLE color: 7367968.
HSL color Cylindrical-coordinate representation of color #206D70: hue angle of 182.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206D70 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 109 | 112 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.56 |
| HSL | 182.25º | 0.56% | 0.28% | - |
| HSV(B) | 182.25º | 0.71% | 0.44% | - |
| XYZ | 8.99 | 12.41 | 17.25 | - |
| YUV | 86.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 112 | 0.71 | 0.03 | 0 | 0.56 | 182.25 | 0.56 | 0.28 |
| Hex | 20 | 6D | 70 | 47 | 3 | 0 | 38 | B6 | 38 | 1C |
| Octal | 40 | 155 | 160 | 107 | 3 | 0 | 70 | 266 | 70 | 34 |
| Binary | 100000 | 1101101 | 1110000 | 1000111 | 11 | 0 | 111000 | 10110110 | 111000 | 11100 |
Color Harmonies of #206D70
Complementary color
Monochromatic Colors of #206D70
Black with #206D70
Text Example
Text Example
White with #206D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206D70; }
p { color: rgb(32,109,112); }
H1.HeaderClassName
{
color: #206D70;
}
.AnyTagClassName
{
color: #206D70;
}
</style>
background-color css
<style>
a { background-color: #206D70; }
a { background-color: rgb(32,109,112); }
div.DivClassName
{
background-color: #206D70;
}
.BgClassName
{
background-color: #206D70;
}
</style>
border-color css
<style>
span { border-color: #206D70; }
span { border-color: rgb(32,109,112); }
td.TdClassName
{
border-color: #206D70;
}
.TagClassName
{
border-color: #206D70;
}
</style>