Shades of Sea Green #218C52
Tints of Sea Green #218C52
RGB
CMYK
RGB Variations
Color information
#218C52 (or 0x218C52) is known color: Sea Green. HEX triplet: 21, 8C and 52. RGB value is (33,140,82). Sum of RGB (Red+Green+Blue) = 33+140+82=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 140 (55.08% from 255 or 54.90% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 140 - color contains mainly: green. Hex color #218C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218C52 is #DE73AD. Grayscale: #656565. Windows color (decimal): -14578606 or 5409825. OLE color: 5409825.
HSL color Cylindrical-coordinate representation of color #218C52: hue angle of 147.48º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218C52 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 140 | 82 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.45 |
| HSL | 147.48º | 0.62% | 0.34% | - |
| HSV(B) | 147.48º | 0.76% | 0.55% | - |
| XYZ | 11.53 | 19.69 | 11.18 | - |
| YUV | 101.4 | 117.05 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 82 | 0.76 | 0 | 0.41 | 0.45 | 147.48 | 0.62 | 0.34 |
| Hex | 21 | 8C | 52 | 4C | 0 | 29 | 2D | 93 | 3E | 22 |
| Octal | 41 | 214 | 122 | 114 | 0 | 51 | 55 | 223 | 76 | 42 |
| Binary | 100001 | 10001100 | 1010010 | 1001100 | 0 | 101001 | 101101 | 10010011 | 111110 | 100010 |
Color Harmonies of #218C52
Complementary color
Monochromatic Colors of #218C52
Black with #218C52
Text Example
Text Example
White with #218C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218C52; }
p { color: rgb(33,140,82); }
H1.HeaderClassName
{
color: #218C52;
}
.AnyTagClassName
{
color: #218C52;
}
</style>
background-color css
<style>
a { background-color: #218C52; }
a { background-color: rgb(33,140,82); }
div.DivClassName
{
background-color: #218C52;
}
.BgClassName
{
background-color: #218C52;
}
</style>
border-color css
<style>
span { border-color: #218C52; }
span { border-color: rgb(33,140,82); }
td.TdClassName
{
border-color: #218C52;
}
.TagClassName
{
border-color: #218C52;
}
</style>