Shades of Sea Green #32895F
Tints of Sea Green #32895F
RGB
CMYK
RGB Variations
Color information
#32895F (or 0x32895F) is known color: Sea Green. HEX triplet: 32, 89 and 5F. RGB value is (50,137,95). Sum of RGB (Red+Green+Blue) = 50+137+95=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #32895F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32895F is #CD76A0. Grayscale: #6A6A6A. Windows color (decimal): -13465249 or 6261042. OLE color: 6261042.
HSL color Cylindrical-coordinate representation of color #32895F: hue angle of 151.03º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32895F is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 137 | 95 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.46 |
| HSL | 151.03º | 0.47% | 0.37% | - |
| HSV(B) | 151.03º | 0.64% | 0.54% | - |
| XYZ | 12.33 | 19.4 | 13.92 | - |
| YUV | 106.2 | 121.68 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 95 | 0.64 | 0 | 0.31 | 0.46 | 151.03 | 0.47 | 0.37 |
| Hex | 32 | 89 | 5F | 40 | 0 | 1F | 2E | 97 | 2F | 25 |
| Octal | 62 | 211 | 137 | 100 | 0 | 37 | 56 | 227 | 57 | 45 |
| Binary | 110010 | 10001001 | 1011111 | 1000000 | 0 | 11111 | 101110 | 10010111 | 101111 | 100101 |
Color Harmonies of #32895F
Complementary color
Monochromatic Colors of #32895F
Black with #32895F
Text Example
Text Example
White with #32895F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32895F; }
p { color: rgb(50,137,95); }
H1.HeaderClassName
{
color: #32895F;
}
.AnyTagClassName
{
color: #32895F;
}
</style>
background-color css
<style>
a { background-color: #32895F; }
a { background-color: rgb(50,137,95); }
div.DivClassName
{
background-color: #32895F;
}
.BgClassName
{
background-color: #32895F;
}
</style>
border-color css
<style>
span { border-color: #32895F; }
span { border-color: rgb(50,137,95); }
td.TdClassName
{
border-color: #32895F;
}
.TagClassName
{
border-color: #32895F;
}
</style>