Shades of Sea Green #218F46
Tints of Sea Green #218F46
RGB
CMYK
RGB Variations
Color information
#218F46 (or 0x218F46) is known color: Sea Green. HEX triplet: 21, 8F and 46. RGB value is (33,143,70). Sum of RGB (Red+Green+Blue) = 33+143+70=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 143 (56.25% from 255 or 58.13% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 143 - color contains mainly: green. Hex color #218F46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218F46 is #DE70B9. Grayscale: #656565. Windows color (decimal): -14577850 or 4624161. OLE color: 4624161.
HSL color Cylindrical-coordinate representation of color #218F46: hue angle of 140.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 #218F46 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 70 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.44 |
| HSL | 140.18º | 0.63% | 0.35% | - |
| HSV(B) | 140.18º | 0.77% | 0.56% | - |
| XYZ | 11.56 | 20.41 | 9.12 | - |
| YUV | 101.79 | 110.06 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 70 | 0.77 | 0 | 0.51 | 0.44 | 140.18 | 0.63 | 0.35 |
| Hex | 21 | 8F | 46 | 4D | 0 | 33 | 2C | 8C | 3E | 23 |
| Octal | 41 | 217 | 106 | 115 | 0 | 63 | 54 | 214 | 76 | 43 |
| Binary | 100001 | 10001111 | 1000110 | 1001101 | 0 | 110011 | 101100 | 10001100 | 111110 | 100011 |
Color Harmonies of #218F46
Complementary color
Monochromatic Colors of #218F46
Black with #218F46
Text Example
Text Example
White with #218F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F46; }
p { color: rgb(33,143,70); }
H1.HeaderClassName
{
color: #218F46;
}
.AnyTagClassName
{
color: #218F46;
}
</style>
background-color css
<style>
a { background-color: #218F46; }
a { background-color: rgb(33,143,70); }
div.DivClassName
{
background-color: #218F46;
}
.BgClassName
{
background-color: #218F46;
}
</style>
border-color css
<style>
span { border-color: #218F46; }
span { border-color: rgb(33,143,70); }
td.TdClassName
{
border-color: #218F46;
}
.TagClassName
{
border-color: #218F46;
}
</style>