Shades of Elm #218A7B
Tints of Elm #218A7B
RGB
CMYK
RGB Variations
Color information
#218A7B (or 0x218A7B) is known color: Elm. HEX triplet: 21, 8A and 7B. RGB value is (33,138,123). Sum of RGB (Red+Green+Blue) = 33+138+123=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #218A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218A7B is #DE7584. Grayscale: #686868. Windows color (decimal): -14579077 or 8096289. OLE color: 8096289.
HSL color Cylindrical-coordinate representation of color #218A7B: hue angle of 171.43º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218A7B is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 123 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.46 |
| HSL | 171.43º | 0.61% | 0.34% | - |
| HSV(B) | 171.43º | 0.76% | 0.54% | - |
| XYZ | 13.29 | 19.93 | 21.89 | - |
| YUV | 104.9 | 138.21 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 123 | 0.76 | 0 | 0.11 | 0.46 | 171.43 | 0.61 | 0.34 |
| Hex | 21 | 8A | 7B | 4C | 0 | B | 2E | AB | 3D | 22 |
| Octal | 41 | 212 | 173 | 114 | 0 | 13 | 56 | 253 | 75 | 42 |
| Binary | 100001 | 10001010 | 1111011 | 1001100 | 0 | 1011 | 101110 | 10101011 | 111101 | 100010 |
Color Harmonies of #218A7B
Complementary color
Monochromatic Colors of #218A7B
Black with #218A7B
Text Example
Text Example
White with #218A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A7B; }
p { color: rgb(33,138,123); }
H1.HeaderClassName
{
color: #218A7B;
}
.AnyTagClassName
{
color: #218A7B;
}
</style>
background-color css
<style>
a { background-color: #218A7B; }
a { background-color: rgb(33,138,123); }
div.DivClassName
{
background-color: #218A7B;
}
.BgClassName
{
background-color: #218A7B;
}
</style>
border-color css
<style>
span { border-color: #218A7B; }
span { border-color: rgb(33,138,123); }
td.TdClassName
{
border-color: #218A7B;
}
.TagClassName
{
border-color: #218A7B;
}
</style>