Shades of Sea Green #32805F
Tints of Sea Green #32805F
RGB
CMYK
RGB Variations
Color information
#32805F (or 0x32805F) is known color: Sea Green. HEX triplet: 32, 80 and 5F. RGB value is (50,128,95). Sum of RGB (Red+Green+Blue) = 50+128+95=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #32805F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32805F is #CD7FA0. Grayscale: #646464. Windows color (decimal): -13467553 or 6258738. OLE color: 6258738.
HSL color Cylindrical-coordinate representation of color #32805F: hue angle of 154.62º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32805F is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 128 | 95 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.50 |
| HSL | 154.62º | 0.44% | 0.35% | - |
| HSV(B) | 154.62º | 0.61% | 0.5% | - |
| XYZ | 11.1 | 16.94 | 13.51 | - |
| YUV | 100.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 95 | 0.61 | 0 | 0.26 | 0.50 | 154.62 | 0.44 | 0.35 |
| Hex | 32 | 80 | 5F | 3D | 0 | 1A | 32 | 9B | 2C | 23 |
| Octal | 62 | 200 | 137 | 75 | 0 | 32 | 62 | 233 | 54 | 43 |
| Binary | 110010 | 10000000 | 1011111 | 111101 | 0 | 11010 | 110010 | 10011011 | 101100 | 100011 |
Color Harmonies of #32805F
Complementary color
Monochromatic Colors of #32805F
Black with #32805F
Text Example
Text Example
White with #32805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32805F; }
p { color: rgb(50,128,95); }
H1.HeaderClassName
{
color: #32805F;
}
.AnyTagClassName
{
color: #32805F;
}
</style>
background-color css
<style>
a { background-color: #32805F; }
a { background-color: rgb(50,128,95); }
div.DivClassName
{
background-color: #32805F;
}
.BgClassName
{
background-color: #32805F;
}
</style>
border-color css
<style>
span { border-color: #32805F; }
span { border-color: rgb(50,128,95); }
td.TdClassName
{
border-color: #32805F;
}
.TagClassName
{
border-color: #32805F;
}
</style>