Shades of Sea Green #32805E
Tints of Sea Green #32805E
RGB
CMYK
RGB Variations
Color information
#32805E (or 0x32805E) is known color: Sea Green. HEX triplet: 32, 80 and 5E. RGB value is (50,128,94). Sum of RGB (Red+Green+Blue) = 50+128+94=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 128 - color contains mainly: green. Hex color #32805E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32805E is #CD7FA1. Grayscale: #646464. Windows color (decimal): -13467554 or 6193202. OLE color: 6193202.
HSL color Cylindrical-coordinate representation of color #32805E: hue angle of 153.85º 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 #32805E is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 128 | 94 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.50 |
| HSL | 153.85º | 0.44% | 0.35% | - |
| HSV(B) | 153.85º | 0.61% | 0.5% | - |
| XYZ | 11.05 | 16.92 | 13.27 | - |
| YUV | 100.8 | 124.16 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 94 | 0.61 | 0 | 0.27 | 0.50 | 153.85 | 0.44 | 0.35 |
| Hex | 32 | 80 | 5E | 3D | 0 | 1B | 32 | 9A | 2C | 23 |
| Octal | 62 | 200 | 136 | 75 | 0 | 33 | 62 | 232 | 54 | 43 |
| Binary | 110010 | 10000000 | 1011110 | 111101 | 0 | 11011 | 110010 | 10011010 | 101100 | 100011 |
Color Harmonies of #32805E
Complementary color
Monochromatic Colors of #32805E
Black with #32805E
Text Example
Text Example
White with #32805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32805E; }
p { color: rgb(50,128,94); }
H1.HeaderClassName
{
color: #32805E;
}
.AnyTagClassName
{
color: #32805E;
}
</style>
background-color css
<style>
a { background-color: #32805E; }
a { background-color: rgb(50,128,94); }
div.DivClassName
{
background-color: #32805E;
}
.BgClassName
{
background-color: #32805E;
}
</style>
border-color css
<style>
span { border-color: #32805E; }
span { border-color: rgb(50,128,94); }
td.TdClassName
{
border-color: #32805E;
}
.TagClassName
{
border-color: #32805E;
}
</style>