Shades of Elm #217F7B
Tints of Elm #217F7B
RGB
CMYK
RGB Variations
Color information
#217F7B (or 0x217F7B) is known color: Elm. HEX triplet: 21, 7F and 7B. RGB value is (33,127,123). Sum of RGB (Red+Green+Blue) = 33+127+123=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #217F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217F7B is #DE8084. Grayscale: #626262. Windows color (decimal): -14581893 or 8093473. OLE color: 8093473.
HSL color Cylindrical-coordinate representation of color #217F7B: hue angle of 177.45º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217F7B is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 127 | 123 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.50 |
| HSL | 177.45º | 0.59% | 0.31% | - |
| HSV(B) | 177.45º | 0.74% | 0.5% | - |
| XYZ | 11.79 | 16.93 | 21.39 | - |
| YUV | 98.44 | 141.86 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 123 | 0.74 | 0 | 0.03 | 0.50 | 177.45 | 0.59 | 0.31 |
| Hex | 21 | 7F | 7B | 4A | 0 | 3 | 32 | B1 | 3B | 1F |
| Octal | 41 | 177 | 173 | 112 | 0 | 3 | 62 | 261 | 73 | 37 |
| Binary | 100001 | 1111111 | 1111011 | 1001010 | 0 | 11 | 110010 | 10110001 | 111011 | 11111 |
Color Harmonies of #217F7B
Complementary color
Monochromatic Colors of #217F7B
Black with #217F7B
Text Example
Text Example
White with #217F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F7B; }
p { color: rgb(33,127,123); }
H1.HeaderClassName
{
color: #217F7B;
}
.AnyTagClassName
{
color: #217F7B;
}
</style>
background-color css
<style>
a { background-color: #217F7B; }
a { background-color: rgb(33,127,123); }
div.DivClassName
{
background-color: #217F7B;
}
.BgClassName
{
background-color: #217F7B;
}
</style>
border-color css
<style>
span { border-color: #217F7B; }
span { border-color: rgb(33,127,123); }
td.TdClassName
{
border-color: #217F7B;
}
.TagClassName
{
border-color: #217F7B;
}
</style>