Shades of Sea Green #218B5D
Tints of Sea Green #218B5D
RGB
CMYK
RGB Variations
Color information
#218B5D (or 0x218B5D) is known color: Sea Green. HEX triplet: 21, 8B and 5D. RGB value is (33,139,93). Sum of RGB (Red+Green+Blue) = 33+139+93=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 139 (54.69% from 255 or 52.45% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 139 - color contains mainly: green. Hex color #218B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218B5D is #DE74A2. Grayscale: #666666. Windows color (decimal): -14578851 or 6130465. OLE color: 6130465.
HSL color Cylindrical-coordinate representation of color #218B5D: hue angle of 153.96º 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 #218B5D is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 139 | 93 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.45 |
| HSL | 153.96º | 0.62% | 0.34% | - |
| HSV(B) | 153.96º | 0.76% | 0.55% | - |
| XYZ | 11.84 | 19.58 | 13.51 | - |
| YUV | 102.06 | 122.88 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 93 | 0.76 | 0 | 0.33 | 0.45 | 153.96 | 0.62 | 0.34 |
| Hex | 21 | 8B | 5D | 4C | 0 | 21 | 2D | 9A | 3E | 22 |
| Octal | 41 | 213 | 135 | 114 | 0 | 41 | 55 | 232 | 76 | 42 |
| Binary | 100001 | 10001011 | 1011101 | 1001100 | 0 | 100001 | 101101 | 10011010 | 111110 | 100010 |
Color Harmonies of #218B5D
Complementary color
Monochromatic Colors of #218B5D
Black with #218B5D
Text Example
Text Example
White with #218B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218B5D; }
p { color: rgb(33,139,93); }
H1.HeaderClassName
{
color: #218B5D;
}
.AnyTagClassName
{
color: #218B5D;
}
</style>
background-color css
<style>
a { background-color: #218B5D; }
a { background-color: rgb(33,139,93); }
div.DivClassName
{
background-color: #218B5D;
}
.BgClassName
{
background-color: #218B5D;
}
</style>
border-color css
<style>
span { border-color: #218B5D; }
span { border-color: rgb(33,139,93); }
td.TdClassName
{
border-color: #218B5D;
}
.TagClassName
{
border-color: #218B5D;
}
</style>