Shades of Elm #208A7B
Tints of Elm #208A7B
RGB
CMYK
RGB Variations
Color information
#208A7B (or 0x208A7B) is known color: Elm. HEX triplet: 20, 8A and 7B. RGB value is (32,138,123). Sum of RGB (Red+Green+Blue) = 32+138+123=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #208A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208A7B is #DF7584. Grayscale: #686868. Windows color (decimal): -14644613 or 8096288. OLE color: 8096288.
HSL color Cylindrical-coordinate representation of color #208A7B: hue angle of 171.51º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208A7B is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 138 | 123 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.46 |
| HSL | 171.51º | 0.62% | 0.33% | - |
| HSV(B) | 171.51º | 0.77% | 0.54% | - |
| XYZ | 13.26 | 19.91 | 21.88 | - |
| YUV | 104.6 | 138.38 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 123 | 0.77 | 0 | 0.11 | 0.46 | 171.51 | 0.62 | 0.33 |
| Hex | 20 | 8A | 7B | 4D | 0 | B | 2E | AC | 3E | 21 |
| Octal | 40 | 212 | 173 | 115 | 0 | 13 | 56 | 254 | 76 | 41 |
| Binary | 100000 | 10001010 | 1111011 | 1001101 | 0 | 1011 | 101110 | 10101100 | 111110 | 100001 |
Color Harmonies of #208A7B
Complementary color
Monochromatic Colors of #208A7B
Black with #208A7B
Text Example
Text Example
White with #208A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208A7B; }
p { color: rgb(32,138,123); }
H1.HeaderClassName
{
color: #208A7B;
}
.AnyTagClassName
{
color: #208A7B;
}
</style>
background-color css
<style>
a { background-color: #208A7B; }
a { background-color: rgb(32,138,123); }
div.DivClassName
{
background-color: #208A7B;
}
.BgClassName
{
background-color: #208A7B;
}
</style>
border-color css
<style>
span { border-color: #208A7B; }
span { border-color: rgb(32,138,123); }
td.TdClassName
{
border-color: #208A7B;
}
.TagClassName
{
border-color: #208A7B;
}
</style>