Shades of Sea Green #218F51
Tints of Sea Green #218F51
RGB
CMYK
RGB Variations
Color information
#218F51 (or 0x218F51) is known color: Sea Green. HEX triplet: 21, 8F and 51. RGB value is (33,143,81). Sum of RGB (Red+Green+Blue) = 33+143+81=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 143 (56.25% from 255 or 55.64% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 143 - color contains mainly: green. Hex color #218F51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218F51 is #DE70AE. Grayscale: #676767. Windows color (decimal): -14577839 or 5345057. OLE color: 5345057.
HSL color Cylindrical-coordinate representation of color #218F51: hue angle of 146.18º 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 #218F51 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 81 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.44 |
| HSL | 146.18º | 0.63% | 0.35% | - |
| HSV(B) | 146.18º | 0.77% | 0.56% | - |
| XYZ | 11.93 | 20.56 | 11.12 | - |
| YUV | 103.04 | 115.56 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 81 | 0.77 | 0 | 0.43 | 0.44 | 146.18 | 0.63 | 0.35 |
| Hex | 21 | 8F | 51 | 4D | 0 | 2B | 2C | 92 | 3E | 23 |
| Octal | 41 | 217 | 121 | 115 | 0 | 53 | 54 | 222 | 76 | 43 |
| Binary | 100001 | 10001111 | 1010001 | 1001101 | 0 | 101011 | 101100 | 10010010 | 111110 | 100011 |
Color Harmonies of #218F51
Complementary color
Monochromatic Colors of #218F51
Black with #218F51
Text Example
Text Example
White with #218F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F51; }
p { color: rgb(33,143,81); }
H1.HeaderClassName
{
color: #218F51;
}
.AnyTagClassName
{
color: #218F51;
}
</style>
background-color css
<style>
a { background-color: #218F51; }
a { background-color: rgb(33,143,81); }
div.DivClassName
{
background-color: #218F51;
}
.BgClassName
{
background-color: #218F51;
}
</style>
border-color css
<style>
span { border-color: #218F51; }
span { border-color: rgb(33,143,81); }
td.TdClassName
{
border-color: #218F51;
}
.TagClassName
{
border-color: #218F51;
}
</style>