Shades of Sea Green #218F53
Tints of Sea Green #218F53
RGB
CMYK
RGB Variations
Color information
#218F53 (or 0x218F53) is known color: Sea Green. HEX triplet: 21, 8F and 53. RGB value is (33,143,83). Sum of RGB (Red+Green+Blue) = 33+143+83=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 143 (56.25% from 255 or 55.21% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 143 - color contains mainly: green. Hex color #218F53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218F53 is #DE70AC. Grayscale: #676767. Windows color (decimal): -14577837 or 5476129. OLE color: 5476129.
HSL color Cylindrical-coordinate representation of color #218F53: hue angle of 147.27º 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 #218F53 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 83 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.44 |
| HSL | 147.27º | 0.63% | 0.35% | - |
| HSV(B) | 147.27º | 0.77% | 0.56% | - |
| XYZ | 12.01 | 20.59 | 11.53 | - |
| YUV | 103.27 | 116.56 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 83 | 0.77 | 0 | 0.42 | 0.44 | 147.27 | 0.63 | 0.35 |
| Hex | 21 | 8F | 53 | 4D | 0 | 2A | 2C | 93 | 3E | 23 |
| Octal | 41 | 217 | 123 | 115 | 0 | 52 | 54 | 223 | 76 | 43 |
| Binary | 100001 | 10001111 | 1010011 | 1001101 | 0 | 101010 | 101100 | 10010011 | 111110 | 100011 |
Color Harmonies of #218F53
Complementary color
Monochromatic Colors of #218F53
Black with #218F53
Text Example
Text Example
White with #218F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F53; }
p { color: rgb(33,143,83); }
H1.HeaderClassName
{
color: #218F53;
}
.AnyTagClassName
{
color: #218F53;
}
</style>
background-color css
<style>
a { background-color: #218F53; }
a { background-color: rgb(33,143,83); }
div.DivClassName
{
background-color: #218F53;
}
.BgClassName
{
background-color: #218F53;
}
</style>
border-color css
<style>
span { border-color: #218F53; }
span { border-color: rgb(33,143,83); }
td.TdClassName
{
border-color: #218F53;
}
.TagClassName
{
border-color: #218F53;
}
</style>