Shades of Elm #218682
Tints of Elm #218682
RGB
CMYK
RGB Variations
Color information
#218682 (or 0x218682) is known color: Elm. HEX triplet: 21, 86 and 82. RGB value is (33,134,130). Sum of RGB (Red+Green+Blue) = 33+134+130=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #218682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218682 is #DE797D. Grayscale: #676767. Windows color (decimal): -14580094 or 8554017. OLE color: 8554017.
HSL color Cylindrical-coordinate representation of color #218682: hue angle of 177.62º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218682 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 134 | 130 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.47 |
| HSL | 177.62º | 0.6% | 0.33% | - |
| HSV(B) | 177.62º | 0.75% | 0.53% | - |
| XYZ | 13.18 | 18.99 | 24.09 | - |
| YUV | 103.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 130 | 0.75 | 0 | 0.03 | 0.47 | 177.62 | 0.6 | 0.33 |
| Hex | 21 | 86 | 82 | 4B | 0 | 3 | 2F | B2 | 3C | 21 |
| Octal | 41 | 206 | 202 | 113 | 0 | 3 | 57 | 262 | 74 | 41 |
| Binary | 100001 | 10000110 | 10000010 | 1001011 | 0 | 11 | 101111 | 10110010 | 111100 | 100001 |
Color Harmonies of #218682
Complementary color
Monochromatic Colors of #218682
Black with #218682
Text Example
Text Example
White with #218682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218682; }
p { color: rgb(33,134,130); }
H1.HeaderClassName
{
color: #218682;
}
.AnyTagClassName
{
color: #218682;
}
</style>
background-color css
<style>
a { background-color: #218682; }
a { background-color: rgb(33,134,130); }
div.DivClassName
{
background-color: #218682;
}
.BgClassName
{
background-color: #218682;
}
</style>
border-color css
<style>
span { border-color: #218682; }
span { border-color: rgb(33,134,130); }
td.TdClassName
{
border-color: #218682;
}
.TagClassName
{
border-color: #218682;
}
</style>