Shades of Sea Green #218B5B
Tints of Sea Green #218B5B
RGB
CMYK
RGB Variations
Color information
#218B5B (or 0x218B5B) is known color: Sea Green. HEX triplet: 21, 8B and 5B. RGB value is (33,139,91). Sum of RGB (Red+Green+Blue) = 33+139+91=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #218B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218B5B is #DE74A4. Grayscale: #656565. Windows color (decimal): -14578853 or 5999393. OLE color: 5999393.
HSL color Cylindrical-coordinate representation of color #218B5B: hue angle of 152.83º 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 #218B5B is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 139 | 91 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.45 |
| HSL | 152.83º | 0.62% | 0.34% | - |
| HSV(B) | 152.83º | 0.76% | 0.55% | - |
| XYZ | 11.75 | 19.54 | 13.05 | - |
| YUV | 101.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 91 | 0.76 | 0 | 0.35 | 0.45 | 152.83 | 0.62 | 0.34 |
| Hex | 21 | 8B | 5B | 4C | 0 | 23 | 2D | 99 | 3E | 22 |
| Octal | 41 | 213 | 133 | 114 | 0 | 43 | 55 | 231 | 76 | 42 |
| Binary | 100001 | 10001011 | 1011011 | 1001100 | 0 | 100011 | 101101 | 10011001 | 111110 | 100010 |
Color Harmonies of #218B5B
Complementary color
Monochromatic Colors of #218B5B
Black with #218B5B
Text Example
Text Example
White with #218B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218B5B; }
p { color: rgb(33,139,91); }
H1.HeaderClassName
{
color: #218B5B;
}
.AnyTagClassName
{
color: #218B5B;
}
</style>
background-color css
<style>
a { background-color: #218B5B; }
a { background-color: rgb(33,139,91); }
div.DivClassName
{
background-color: #218B5B;
}
.BgClassName
{
background-color: #218B5B;
}
</style>
border-color css
<style>
span { border-color: #218B5B; }
span { border-color: rgb(33,139,91); }
td.TdClassName
{
border-color: #218B5B;
}
.TagClassName
{
border-color: #218B5B;
}
</style>