Shades of Sea Green #218E4E
Tints of Sea Green #218E4E
RGB
CMYK
RGB Variations
Color information
#218E4E (or 0x218E4E) is known color: Sea Green. HEX triplet: 21, 8E and 4E. RGB value is (33,142,78). Sum of RGB (Red+Green+Blue) = 33+142+78=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #218E4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218E4E is #DE71B1. Grayscale: #666666. Windows color (decimal): -14578098 or 5148193. OLE color: 5148193.
HSL color Cylindrical-coordinate representation of color #218E4E: hue angle of 144.77º 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 #218E4E is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 142 | 78 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.44 |
| HSL | 144.77º | 0.62% | 0.34% | - |
| HSV(B) | 144.77º | 0.77% | 0.56% | - |
| XYZ | 11.68 | 20.22 | 10.5 | - |
| YUV | 102.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 78 | 0.77 | 0 | 0.45 | 0.44 | 144.77 | 0.62 | 0.34 |
| Hex | 21 | 8E | 4E | 4D | 0 | 2D | 2C | 91 | 3E | 22 |
| Octal | 41 | 216 | 116 | 115 | 0 | 55 | 54 | 221 | 76 | 42 |
| Binary | 100001 | 10001110 | 1001110 | 1001101 | 0 | 101101 | 101100 | 10010001 | 111110 | 100010 |
Color Harmonies of #218E4E
Complementary color
Monochromatic Colors of #218E4E
Black with #218E4E
Text Example
Text Example
White with #218E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218E4E; }
p { color: rgb(33,142,78); }
H1.HeaderClassName
{
color: #218E4E;
}
.AnyTagClassName
{
color: #218E4E;
}
</style>
background-color css
<style>
a { background-color: #218E4E; }
a { background-color: rgb(33,142,78); }
div.DivClassName
{
background-color: #218E4E;
}
.BgClassName
{
background-color: #218E4E;
}
</style>
border-color css
<style>
span { border-color: #218E4E; }
span { border-color: rgb(33,142,78); }
td.TdClassName
{
border-color: #218E4E;
}
.TagClassName
{
border-color: #218E4E;
}
</style>