Shades of Sea Green #218E5D
Tints of Sea Green #218E5D
RGB
CMYK
RGB Variations
Color information
#218E5D (or 0x218E5D) is known color: Sea Green. HEX triplet: 21, 8E and 5D. RGB value is (33,142,93). Sum of RGB (Red+Green+Blue) = 33+142+93=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 142 (55.86% from 255 or 52.99% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 142 - color contains mainly: green. Hex color #218E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218E5D is #DE71A2. Grayscale: #676767. Windows color (decimal): -14578083 or 6131233. OLE color: 6131233.
HSL color Cylindrical-coordinate representation of color #218E5D: hue angle of 153.03º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218E5D is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 142 | 93 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.44 |
| HSL | 153.03º | 0.62% | 0.34% | - |
| HSV(B) | 153.03º | 0.77% | 0.56% | - |
| XYZ | 12.28 | 20.46 | 13.66 | - |
| YUV | 103.82 | 121.89 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 93 | 0.77 | 0 | 0.35 | 0.44 | 153.03 | 0.62 | 0.34 |
| Hex | 21 | 8E | 5D | 4D | 0 | 23 | 2C | 99 | 3E | 22 |
| Octal | 41 | 216 | 135 | 115 | 0 | 43 | 54 | 231 | 76 | 42 |
| Binary | 100001 | 10001110 | 1011101 | 1001101 | 0 | 100011 | 101100 | 10011001 | 111110 | 100010 |
Color Harmonies of #218E5D
Complementary color
Monochromatic Colors of #218E5D
Black with #218E5D
Text Example
Text Example
White with #218E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218E5D; }
p { color: rgb(33,142,93); }
H1.HeaderClassName
{
color: #218E5D;
}
.AnyTagClassName
{
color: #218E5D;
}
</style>
background-color css
<style>
a { background-color: #218E5D; }
a { background-color: rgb(33,142,93); }
div.DivClassName
{
background-color: #218E5D;
}
.BgClassName
{
background-color: #218E5D;
}
</style>
border-color css
<style>
span { border-color: #218E5D; }
span { border-color: rgb(33,142,93); }
td.TdClassName
{
border-color: #218E5D;
}
.TagClassName
{
border-color: #218E5D;
}
</style>