Shades of Sea Green #218F4B
Tints of Sea Green #218F4B
RGB
CMYK
RGB Variations
Color information
#218F4B (or 0x218F4B) is known color: Sea Green. HEX triplet: 21, 8F and 4B. RGB value is (33,143,75). Sum of RGB (Red+Green+Blue) = 33+143+75=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 143 (56.25% from 255 or 56.97% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 143 - color contains mainly: green. Hex color #218F4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218F4B is #DE70B4. Grayscale: #666666. Windows color (decimal): -14577845 or 4951841. OLE color: 4951841.
HSL color Cylindrical-coordinate representation of color #218F4B: hue angle of 142.91º 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 #218F4B is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 75 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.44 |
| HSL | 142.91º | 0.63% | 0.35% | - |
| HSV(B) | 142.91º | 0.77% | 0.56% | - |
| XYZ | 11.72 | 20.48 | 9.99 | - |
| YUV | 102.36 | 112.56 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 75 | 0.77 | 0 | 0.48 | 0.44 | 142.91 | 0.63 | 0.35 |
| Hex | 21 | 8F | 4B | 4D | 0 | 30 | 2C | 8F | 3E | 23 |
| Octal | 41 | 217 | 113 | 115 | 0 | 60 | 54 | 217 | 76 | 43 |
| Binary | 100001 | 10001111 | 1001011 | 1001101 | 0 | 110000 | 101100 | 10001111 | 111110 | 100011 |
Color Harmonies of #218F4B
Complementary color
Monochromatic Colors of #218F4B
Black with #218F4B
Text Example
Text Example
White with #218F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F4B; }
p { color: rgb(33,143,75); }
H1.HeaderClassName
{
color: #218F4B;
}
.AnyTagClassName
{
color: #218F4B;
}
</style>
background-color css
<style>
a { background-color: #218F4B; }
a { background-color: rgb(33,143,75); }
div.DivClassName
{
background-color: #218F4B;
}
.BgClassName
{
background-color: #218F4B;
}
</style>
border-color css
<style>
span { border-color: #218F4B; }
span { border-color: rgb(33,143,75); }
td.TdClassName
{
border-color: #218F4B;
}
.TagClassName
{
border-color: #218F4B;
}
</style>