Shades of Allports #206D76
Tints of Allports #206D76
RGB
CMYK
RGB Variations
Color information
#206D76 (or 0x206D76) is known color: Allports. HEX triplet: 20, 6D and 76. RGB value is (32,109,118). Sum of RGB (Red+Green+Blue) = 32+109+118=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #206D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206D76 is #DF9289. Grayscale: #565656. Windows color (decimal): -14652042 or 7761184. OLE color: 7761184.
HSL color Cylindrical-coordinate representation of color #206D76: hue angle of 186.28º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #206D76 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 109 | 118 | - |
| CMYK | 0.73 | 0.08 | 0 | 0.54 |
| HSL | 186.28º | 0.57% | 0.29% | - |
| HSV(B) | 186.28º | 0.73% | 0.46% | - |
| XYZ | 9.33 | 12.55 | 19.07 | - |
| YUV | 87 | 145.49 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 109 | 118 | 0.73 | 0.08 | 0 | 0.54 | 186.28 | 0.57 | 0.29 |
| Hex | 20 | 6D | 76 | 49 | 8 | 0 | 36 | BA | 39 | 1D |
| Octal | 40 | 155 | 166 | 111 | 10 | 0 | 66 | 272 | 71 | 35 |
| Binary | 100000 | 1101101 | 1110110 | 1001001 | 1000 | 0 | 110110 | 10111010 | 111001 | 11101 |
Color Harmonies of #206D76
Complementary color
Monochromatic Colors of #206D76
Black with #206D76
Text Example
Text Example
White with #206D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206D76; }
p { color: rgb(32,109,118); }
H1.HeaderClassName
{
color: #206D76;
}
.AnyTagClassName
{
color: #206D76;
}
</style>
background-color css
<style>
a { background-color: #206D76; }
a { background-color: rgb(32,109,118); }
div.DivClassName
{
background-color: #206D76;
}
.BgClassName
{
background-color: #206D76;
}
</style>
border-color css
<style>
span { border-color: #206D76; }
span { border-color: rgb(32,109,118); }
td.TdClassName
{
border-color: #206D76;
}
.TagClassName
{
border-color: #206D76;
}
</style>