Shades of Sea Green #218E5E
Tints of Sea Green #218E5E
RGB
CMYK
RGB Variations
Color information
#218E5E (or 0x218E5E) is known color: Sea Green. HEX triplet: 21, 8E and 5E. RGB value is (33,142,94). Sum of RGB (Red+Green+Blue) = 33+142+94=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 142 (55.86% from 255 or 52.79% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 142 - color contains mainly: green. Hex color #218E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218E5E is #DE71A1. Grayscale: #686868. Windows color (decimal): -14578082 or 6196769. OLE color: 6196769.
HSL color Cylindrical-coordinate representation of color #218E5E: hue angle of 153.58º 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 #218E5E is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 142 | 94 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.44 |
| HSL | 153.58º | 0.62% | 0.34% | - |
| HSV(B) | 153.58º | 0.77% | 0.56% | - |
| XYZ | 12.32 | 20.48 | 13.89 | - |
| YUV | 103.94 | 122.39 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 94 | 0.77 | 0 | 0.34 | 0.44 | 153.58 | 0.62 | 0.34 |
| Hex | 21 | 8E | 5E | 4D | 0 | 22 | 2C | 9A | 3E | 22 |
| Octal | 41 | 216 | 136 | 115 | 0 | 42 | 54 | 232 | 76 | 42 |
| Binary | 100001 | 10001110 | 1011110 | 1001101 | 0 | 100010 | 101100 | 10011010 | 111110 | 100010 |
Color Harmonies of #218E5E
Complementary color
Monochromatic Colors of #218E5E
Black with #218E5E
Text Example
Text Example
White with #218E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218E5E; }
p { color: rgb(33,142,94); }
H1.HeaderClassName
{
color: #218E5E;
}
.AnyTagClassName
{
color: #218E5E;
}
</style>
background-color css
<style>
a { background-color: #218E5E; }
a { background-color: rgb(33,142,94); }
div.DivClassName
{
background-color: #218E5E;
}
.BgClassName
{
background-color: #218E5E;
}
</style>
border-color css
<style>
span { border-color: #218E5E; }
span { border-color: rgb(33,142,94); }
td.TdClassName
{
border-color: #218E5E;
}
.TagClassName
{
border-color: #218E5E;
}
</style>