Shades of Elm #218A7F
Tints of Elm #218A7F
RGB
CMYK
RGB Variations
Color information
#218A7F (or 0x218A7F) is known color: Elm. HEX triplet: 21, 8A and 7F. RGB value is (33,138,127). Sum of RGB (Red+Green+Blue) = 33+138+127=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 138 - color contains mainly: green. Hex color #218A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218A7F is #DE7580. Grayscale: #696969. Windows color (decimal): -14579073 or 8358433. OLE color: 8358433.
HSL color Cylindrical-coordinate representation of color #218A7F: hue angle of 173.71º 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 #218A7F is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 127 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.46 |
| HSL | 173.71º | 0.61% | 0.34% | - |
| HSV(B) | 173.71º | 0.76% | 0.54% | - |
| XYZ | 13.55 | 20.03 | 23.23 | - |
| YUV | 105.35 | 140.21 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 127 | 0.76 | 0 | 0.08 | 0.46 | 173.71 | 0.61 | 0.34 |
| Hex | 21 | 8A | 7F | 4C | 0 | 8 | 2E | AE | 3D | 22 |
| Octal | 41 | 212 | 177 | 114 | 0 | 10 | 56 | 256 | 75 | 42 |
| Binary | 100001 | 10001010 | 1111111 | 1001100 | 0 | 1000 | 101110 | 10101110 | 111101 | 100010 |
Color Harmonies of #218A7F
Complementary color
Monochromatic Colors of #218A7F
Black with #218A7F
Text Example
Text Example
White with #218A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A7F; }
p { color: rgb(33,138,127); }
H1.HeaderClassName
{
color: #218A7F;
}
.AnyTagClassName
{
color: #218A7F;
}
</style>
background-color css
<style>
a { background-color: #218A7F; }
a { background-color: rgb(33,138,127); }
div.DivClassName
{
background-color: #218A7F;
}
.BgClassName
{
background-color: #218A7F;
}
</style>
border-color css
<style>
span { border-color: #218A7F; }
span { border-color: rgb(33,138,127); }
td.TdClassName
{
border-color: #218A7F;
}
.TagClassName
{
border-color: #218A7F;
}
</style>