Shades of Elm #216F70
Tints of Elm #216F70
RGB
CMYK
RGB Variations
Color information
#216F70 (or 0x216F70) is known color: Elm. HEX triplet: 21, 6F and 70. RGB value is (33,111,112). Sum of RGB (Red+Green+Blue) = 33+111+112=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #216F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216F70 is #DE908F. Grayscale: #575757. Windows color (decimal): -14586000 or 7368481. OLE color: 7368481.
HSL color Cylindrical-coordinate representation of color #216F70: hue angle of 180.76º degrees, saturation: 0.54, 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 #216F70 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 111 | 112 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.56 |
| HSL | 180.76º | 0.54% | 0.28% | - |
| HSV(B) | 180.76º | 0.71% | 0.44% | - |
| XYZ | 9.24 | 12.86 | 17.33 | - |
| YUV | 87.79 | 141.66 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 111 | 112 | 0.71 | 0.01 | 0 | 0.56 | 180.76 | 0.54 | 0.28 |
| Hex | 21 | 6F | 70 | 47 | 1 | 0 | 38 | B5 | 36 | 1C |
| Octal | 41 | 157 | 160 | 107 | 1 | 0 | 70 | 265 | 66 | 34 |
| Binary | 100001 | 1101111 | 1110000 | 1000111 | 1 | 0 | 111000 | 10110101 | 110110 | 11100 |
Color Harmonies of #216F70
Complementary color
Monochromatic Colors of #216F70
Black with #216F70
Text Example
Text Example
White with #216F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216F70; }
p { color: rgb(33,111,112); }
H1.HeaderClassName
{
color: #216F70;
}
.AnyTagClassName
{
color: #216F70;
}
</style>
background-color css
<style>
a { background-color: #216F70; }
a { background-color: rgb(33,111,112); }
div.DivClassName
{
background-color: #216F70;
}
.BgClassName
{
background-color: #216F70;
}
</style>
border-color css
<style>
span { border-color: #216F70; }
span { border-color: rgb(33,111,112); }
td.TdClassName
{
border-color: #216F70;
}
.TagClassName
{
border-color: #216F70;
}
</style>