Shades of Elm #216F6B
Tints of Elm #216F6B
RGB
CMYK
RGB Variations
Color information
#216F6B (or 0x216F6B) is known color: Elm. HEX triplet: 21, 6F and 6B. RGB value is (33,111,107). Sum of RGB (Red+Green+Blue) = 33+111+107=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #216F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216F6B is #DE9094. Grayscale: #575757. Windows color (decimal): -14586005 or 7040801. OLE color: 7040801.
HSL color Cylindrical-coordinate representation of color #216F6B: hue angle of 176.92º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216F6B is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 111 | 107 | - |
| CMYK | 0.70 | 0 | 0.04 | 0.56 |
| HSL | 176.92º | 0.54% | 0.28% | - |
| HSV(B) | 176.92º | 0.7% | 0.44% | - |
| XYZ | 8.97 | 12.75 | 15.9 | - |
| YUV | 87.22 | 139.16 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 111 | 107 | 0.70 | 0 | 0.04 | 0.56 | 176.92 | 0.54 | 0.28 |
| Hex | 21 | 6F | 6B | 46 | 0 | 4 | 38 | B1 | 36 | 1C |
| Octal | 41 | 157 | 153 | 106 | 0 | 4 | 70 | 261 | 66 | 34 |
| Binary | 100001 | 1101111 | 1101011 | 1000110 | 0 | 100 | 111000 | 10110001 | 110110 | 11100 |
Color Harmonies of #216F6B
Complementary color
Monochromatic Colors of #216F6B
Black with #216F6B
Text Example
Text Example
White with #216F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216F6B; }
p { color: rgb(33,111,107); }
H1.HeaderClassName
{
color: #216F6B;
}
.AnyTagClassName
{
color: #216F6B;
}
</style>
background-color css
<style>
a { background-color: #216F6B; }
a { background-color: rgb(33,111,107); }
div.DivClassName
{
background-color: #216F6B;
}
.BgClassName
{
background-color: #216F6B;
}
</style>
border-color css
<style>
span { border-color: #216F6B; }
span { border-color: rgb(33,111,107); }
td.TdClassName
{
border-color: #216F6B;
}
.TagClassName
{
border-color: #216F6B;
}
</style>