Shades of Sea Green #32815C
Tints of Sea Green #32815C
RGB
CMYK
RGB Variations
Color information
#32815C (or 0x32815C) is known color: Sea Green. HEX triplet: 32, 81 and 5C. RGB value is (50,129,92). Sum of RGB (Red+Green+Blue) = 50+129+92=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #32815C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32815C is #CD7EA3. Grayscale: #656565. Windows color (decimal): -13467300 or 6062386. OLE color: 6062386.
HSL color Cylindrical-coordinate representation of color #32815C: hue angle of 151.9º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32815C is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 129 | 92 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.49 |
| HSL | 151.9º | 0.44% | 0.35% | - |
| HSV(B) | 151.9º | 0.61% | 0.51% | - |
| XYZ | 11.1 | 17.15 | 12.85 | - |
| YUV | 101.16 | 122.83 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 92 | 0.61 | 0 | 0.29 | 0.49 | 151.9 | 0.44 | 0.35 |
| Hex | 32 | 81 | 5C | 3D | 0 | 1D | 31 | 98 | 2C | 23 |
| Octal | 62 | 201 | 134 | 75 | 0 | 35 | 61 | 230 | 54 | 43 |
| Binary | 110010 | 10000001 | 1011100 | 111101 | 0 | 11101 | 110001 | 10011000 | 101100 | 100011 |
Color Harmonies of #32815C
Complementary color
Monochromatic Colors of #32815C
Black with #32815C
Text Example
Text Example
White with #32815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32815C; }
p { color: rgb(50,129,92); }
H1.HeaderClassName
{
color: #32815C;
}
.AnyTagClassName
{
color: #32815C;
}
</style>
background-color css
<style>
a { background-color: #32815C; }
a { background-color: rgb(50,129,92); }
div.DivClassName
{
background-color: #32815C;
}
.BgClassName
{
background-color: #32815C;
}
</style>
border-color css
<style>
span { border-color: #32815C; }
span { border-color: rgb(50,129,92); }
td.TdClassName
{
border-color: #32815C;
}
.TagClassName
{
border-color: #32815C;
}
</style>