Shades of Sea Green #218D4B
Tints of Sea Green #218D4B
RGB
CMYK
RGB Variations
Color information
#218D4B (or 0x218D4B) is known color: Sea Green. HEX triplet: 21, 8D and 4B. RGB value is (33,141,75). Sum of RGB (Red+Green+Blue) = 33+141+75=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #218D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218D4B is #DE72B4. Grayscale: #656565. Windows color (decimal): -14578357 or 4951329. OLE color: 4951329.
HSL color Cylindrical-coordinate representation of color #218D4B: hue angle of 143.33º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218D4B is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 141 | 75 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.45 |
| HSL | 143.33º | 0.62% | 0.34% | - |
| HSV(B) | 143.33º | 0.77% | 0.55% | - |
| XYZ | 11.42 | 19.88 | 9.89 | - |
| YUV | 101.18 | 113.22 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 75 | 0.77 | 0 | 0.47 | 0.45 | 143.33 | 0.62 | 0.34 |
| Hex | 21 | 8D | 4B | 4D | 0 | 2F | 2D | 8F | 3E | 22 |
| Octal | 41 | 215 | 113 | 115 | 0 | 57 | 55 | 217 | 76 | 42 |
| Binary | 100001 | 10001101 | 1001011 | 1001101 | 0 | 101111 | 101101 | 10001111 | 111110 | 100010 |
Color Harmonies of #218D4B
Complementary color
Monochromatic Colors of #218D4B
Black with #218D4B
Text Example
Text Example
White with #218D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D4B; }
p { color: rgb(33,141,75); }
H1.HeaderClassName
{
color: #218D4B;
}
.AnyTagClassName
{
color: #218D4B;
}
</style>
background-color css
<style>
a { background-color: #218D4B; }
a { background-color: rgb(33,141,75); }
div.DivClassName
{
background-color: #218D4B;
}
.BgClassName
{
background-color: #218D4B;
}
</style>
border-color css
<style>
span { border-color: #218D4B; }
span { border-color: rgb(33,141,75); }
td.TdClassName
{
border-color: #218D4B;
}
.TagClassName
{
border-color: #218D4B;
}
</style>