Shades of Sea Green #32855E
Tints of Sea Green #32855E
RGB
CMYK
RGB Variations
Color information
#32855E (or 0x32855E) is known color: Sea Green. HEX triplet: 32, 85 and 5E. RGB value is (50,133,94). Sum of RGB (Red+Green+Blue) = 50+133+94=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #32855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32855E is #CD7AA1. Grayscale: #676767. Windows color (decimal): -13466274 or 6194482. OLE color: 6194482.
HSL color Cylindrical-coordinate representation of color #32855E: hue angle of 151.81º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32855E is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 133 | 94 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.48 |
| HSL | 151.81º | 0.45% | 0.36% | - |
| HSV(B) | 151.81º | 0.62% | 0.52% | - |
| XYZ | 11.72 | 18.26 | 13.5 | - |
| YUV | 103.74 | 122.5 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 94 | 0.62 | 0 | 0.29 | 0.48 | 151.81 | 0.45 | 0.36 |
| Hex | 32 | 85 | 5E | 3E | 0 | 1D | 30 | 98 | 2D | 24 |
| Octal | 62 | 205 | 136 | 76 | 0 | 35 | 60 | 230 | 55 | 44 |
| Binary | 110010 | 10000101 | 1011110 | 111110 | 0 | 11101 | 110000 | 10011000 | 101101 | 100100 |
Color Harmonies of #32855E
Complementary color
Monochromatic Colors of #32855E
Black with #32855E
Text Example
Text Example
White with #32855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32855E; }
p { color: rgb(50,133,94); }
H1.HeaderClassName
{
color: #32855E;
}
.AnyTagClassName
{
color: #32855E;
}
</style>
background-color css
<style>
a { background-color: #32855E; }
a { background-color: rgb(50,133,94); }
div.DivClassName
{
background-color: #32855E;
}
.BgClassName
{
background-color: #32855E;
}
</style>
border-color css
<style>
span { border-color: #32855E; }
span { border-color: rgb(50,133,94); }
td.TdClassName
{
border-color: #32855E;
}
.TagClassName
{
border-color: #32855E;
}
</style>