Shades of Sea Green #218D4A
Tints of Sea Green #218D4A
RGB
CMYK
RGB Variations
Color information
#218D4A (or 0x218D4A) is known color: Sea Green. HEX triplet: 21, 8D and 4A. RGB value is (33,141,74). Sum of RGB (Red+Green+Blue) = 33+141+74=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #218D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218D4A is #DE72B5. Grayscale: #656565. Windows color (decimal): -14578358 or 4885793. OLE color: 4885793.
HSL color Cylindrical-coordinate representation of color #218D4A: hue angle of 142.78º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218D4A is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 141 | 74 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.45 |
| HSL | 142.78º | 0.62% | 0.34% | - |
| HSV(B) | 142.78º | 0.77% | 0.55% | - |
| XYZ | 11.39 | 19.87 | 9.71 | - |
| YUV | 101.07 | 112.72 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 74 | 0.77 | 0 | 0.48 | 0.45 | 142.78 | 0.62 | 0.34 |
| Hex | 21 | 8D | 4A | 4D | 0 | 30 | 2D | 8F | 3E | 22 |
| Octal | 41 | 215 | 112 | 115 | 0 | 60 | 55 | 217 | 76 | 42 |
| Binary | 100001 | 10001101 | 1001010 | 1001101 | 0 | 110000 | 101101 | 10001111 | 111110 | 100010 |
Color Harmonies of #218D4A
Complementary color
Monochromatic Colors of #218D4A
Black with #218D4A
Text Example
Text Example
White with #218D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D4A; }
p { color: rgb(33,141,74); }
H1.HeaderClassName
{
color: #218D4A;
}
.AnyTagClassName
{
color: #218D4A;
}
</style>
background-color css
<style>
a { background-color: #218D4A; }
a { background-color: rgb(33,141,74); }
div.DivClassName
{
background-color: #218D4A;
}
.BgClassName
{
background-color: #218D4A;
}
</style>
border-color css
<style>
span { border-color: #218D4A; }
span { border-color: rgb(33,141,74); }
td.TdClassName
{
border-color: #218D4A;
}
.TagClassName
{
border-color: #218D4A;
}
</style>