Shades of Elm #218A7D
Tints of Elm #218A7D
RGB
CMYK
RGB Variations
Color information
#218A7D (or 0x218A7D) is known color: Elm. HEX triplet: 21, 8A and 7D. RGB value is (33,138,125). Sum of RGB (Red+Green+Blue) = 33+138+125=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 138 - color contains mainly: green. Hex color #218A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218A7D is #DE7582. Grayscale: #696969. Windows color (decimal): -14579075 or 8227361. OLE color: 8227361.
HSL color Cylindrical-coordinate representation of color #218A7D: hue angle of 172.57º 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 #218A7D is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 125 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.46 |
| HSL | 172.57º | 0.61% | 0.34% | - |
| HSV(B) | 172.57º | 0.76% | 0.54% | - |
| XYZ | 13.42 | 19.98 | 22.55 | - |
| YUV | 105.12 | 139.21 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 125 | 0.76 | 0 | 0.09 | 0.46 | 172.57 | 0.61 | 0.34 |
| Hex | 21 | 8A | 7D | 4C | 0 | 9 | 2E | AD | 3D | 22 |
| Octal | 41 | 212 | 175 | 114 | 0 | 11 | 56 | 255 | 75 | 42 |
| Binary | 100001 | 10001010 | 1111101 | 1001100 | 0 | 1001 | 101110 | 10101101 | 111101 | 100010 |
Color Harmonies of #218A7D
Complementary color
Monochromatic Colors of #218A7D
Black with #218A7D
Text Example
Text Example
White with #218A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A7D; }
p { color: rgb(33,138,125); }
H1.HeaderClassName
{
color: #218A7D;
}
.AnyTagClassName
{
color: #218A7D;
}
</style>
background-color css
<style>
a { background-color: #218A7D; }
a { background-color: rgb(33,138,125); }
div.DivClassName
{
background-color: #218A7D;
}
.BgClassName
{
background-color: #218A7D;
}
</style>
border-color css
<style>
span { border-color: #218A7D; }
span { border-color: rgb(33,138,125); }
td.TdClassName
{
border-color: #218A7D;
}
.TagClassName
{
border-color: #218A7D;
}
</style>