Shades of Sea Green #218C4E
Tints of Sea Green #218C4E
RGB
CMYK
RGB Variations
Color information
#218C4E (or 0x218C4E) is known color: Sea Green. HEX triplet: 21, 8C and 4E. RGB value is (33,140,78). Sum of RGB (Red+Green+Blue) = 33+140+78=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 140 (55.08% from 255 or 55.78% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 140 - color contains mainly: green. Hex color #218C4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218C4E is #DE73B1. Grayscale: #656565. Windows color (decimal): -14578610 or 5147681. OLE color: 5147681.
HSL color Cylindrical-coordinate representation of color #218C4E: hue angle of 145.23º 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 #218C4E is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 140 | 78 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.45 |
| HSL | 145.23º | 0.62% | 0.34% | - |
| HSV(B) | 145.23º | 0.76% | 0.55% | - |
| XYZ | 11.38 | 19.63 | 10.4 | - |
| YUV | 100.94 | 115.05 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 78 | 0.76 | 0 | 0.44 | 0.45 | 145.23 | 0.62 | 0.34 |
| Hex | 21 | 8C | 4E | 4C | 0 | 2C | 2D | 91 | 3E | 22 |
| Octal | 41 | 214 | 116 | 114 | 0 | 54 | 55 | 221 | 76 | 42 |
| Binary | 100001 | 10001100 | 1001110 | 1001100 | 0 | 101100 | 101101 | 10010001 | 111110 | 100010 |
Color Harmonies of #218C4E
Complementary color
Monochromatic Colors of #218C4E
Black with #218C4E
Text Example
Text Example
White with #218C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218C4E; }
p { color: rgb(33,140,78); }
H1.HeaderClassName
{
color: #218C4E;
}
.AnyTagClassName
{
color: #218C4E;
}
</style>
background-color css
<style>
a { background-color: #218C4E; }
a { background-color: rgb(33,140,78); }
div.DivClassName
{
background-color: #218C4E;
}
.BgClassName
{
background-color: #218C4E;
}
</style>
border-color css
<style>
span { border-color: #218C4E; }
span { border-color: rgb(33,140,78); }
td.TdClassName
{
border-color: #218C4E;
}
.TagClassName
{
border-color: #218C4E;
}
</style>