Shades of Sea Green #32885D
Tints of Sea Green #32885D
RGB
CMYK
RGB Variations
Color information
#32885D (or 0x32885D) is known color: Sea Green. HEX triplet: 32, 88 and 5D. RGB value is (50,136,93). Sum of RGB (Red+Green+Blue) = 50+136+93=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #32885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32885D is #CD77A2. Grayscale: #696969. Windows color (decimal): -13465507 or 6129714. OLE color: 6129714.
HSL color Cylindrical-coordinate representation of color #32885D: hue angle of 150º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32885D is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 93 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.47 |
| HSL | 150º | 0.46% | 0.36% | - |
| HSV(B) | 150º | 0.63% | 0.53% | - |
| XYZ | 12.1 | 19.08 | 13.4 | - |
| YUV | 105.38 | 121.01 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 93 | 0.63 | 0 | 0.32 | 0.47 | 150 | 0.46 | 0.36 |
| Hex | 32 | 88 | 5D | 3F | 0 | 20 | 2F | 96 | 2E | 24 |
| Octal | 62 | 210 | 135 | 77 | 0 | 40 | 57 | 226 | 56 | 44 |
| Binary | 110010 | 10001000 | 1011101 | 111111 | 0 | 100000 | 101111 | 10010110 | 101110 | 100100 |
Color Harmonies of #32885D
Complementary color
Monochromatic Colors of #32885D
Black with #32885D
Text Example
Text Example
White with #32885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32885D; }
p { color: rgb(50,136,93); }
H1.HeaderClassName
{
color: #32885D;
}
.AnyTagClassName
{
color: #32885D;
}
</style>
background-color css
<style>
a { background-color: #32885D; }
a { background-color: rgb(50,136,93); }
div.DivClassName
{
background-color: #32885D;
}
.BgClassName
{
background-color: #32885D;
}
</style>
border-color css
<style>
span { border-color: #32885D; }
span { border-color: rgb(50,136,93); }
td.TdClassName
{
border-color: #32885D;
}
.TagClassName
{
border-color: #32885D;
}
</style>