Shades of Sea Green #218F52
Tints of Sea Green #218F52
RGB
CMYK
RGB Variations
Color information
#218F52 (or 0x218F52) is known color: Sea Green. HEX triplet: 21, 8F and 52. RGB value is (33,143,82). Sum of RGB (Red+Green+Blue) = 33+143+82=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 143 (56.25% from 255 or 55.43% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 143 - color contains mainly: green. Hex color #218F52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218F52 is #DE70AD. Grayscale: #676767. Windows color (decimal): -14577838 or 5410593. OLE color: 5410593.
HSL color Cylindrical-coordinate representation of color #218F52: hue angle of 146.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218F52 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 82 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.44 |
| HSL | 146.73º | 0.63% | 0.35% | - |
| HSV(B) | 146.73º | 0.77% | 0.56% | - |
| XYZ | 11.97 | 20.58 | 11.32 | - |
| YUV | 103.16 | 116.06 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 82 | 0.77 | 0 | 0.43 | 0.44 | 146.73 | 0.63 | 0.35 |
| Hex | 21 | 8F | 52 | 4D | 0 | 2B | 2C | 93 | 3E | 23 |
| Octal | 41 | 217 | 122 | 115 | 0 | 53 | 54 | 223 | 76 | 43 |
| Binary | 100001 | 10001111 | 1010010 | 1001101 | 0 | 101011 | 101100 | 10010011 | 111110 | 100011 |
Color Harmonies of #218F52
Complementary color
Monochromatic Colors of #218F52
Black with #218F52
Text Example
Text Example
White with #218F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F52; }
p { color: rgb(33,143,82); }
H1.HeaderClassName
{
color: #218F52;
}
.AnyTagClassName
{
color: #218F52;
}
</style>
background-color css
<style>
a { background-color: #218F52; }
a { background-color: rgb(33,143,82); }
div.DivClassName
{
background-color: #218F52;
}
.BgClassName
{
background-color: #218F52;
}
</style>
border-color css
<style>
span { border-color: #218F52; }
span { border-color: rgb(33,143,82); }
td.TdClassName
{
border-color: #218F52;
}
.TagClassName
{
border-color: #218F52;
}
</style>