Shades of Medium Sea Green #32B260
Tints of Medium Sea Green #32B260
RGB
CMYK
RGB Variations
Color information
#32B260 (or 0x32B260) is known color: Medium Sea Green. HEX triplet: 32, B2 and 60. RGB value is (50,178,96). Sum of RGB (Red+Green+Blue) = 50+178+96=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #32B260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B260 is #CD4D9F. Grayscale: #828282. Windows color (decimal): -13454752 or 6337074. OLE color: 6337074.
HSL color Cylindrical-coordinate representation of color #32B260: hue angle of 141.56º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B260 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 178 | 96 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.30 |
| HSL | 141.56º | 0.56% | 0.45% | - |
| HSV(B) | 141.56º | 0.72% | 0.7% | - |
| XYZ | 19.35 | 33.36 | 16.49 | - |
| YUV | 130.38 | 108.59 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 96 | 0.72 | 0 | 0.46 | 0.30 | 141.56 | 0.56 | 0.45 |
| Hex | 32 | B2 | 60 | 48 | 0 | 2E | 1E | 8E | 38 | 2D |
| Octal | 62 | 262 | 140 | 110 | 0 | 56 | 36 | 216 | 70 | 55 |
| Binary | 110010 | 10110010 | 1100000 | 1001000 | 0 | 101110 | 11110 | 10001110 | 111000 | 101101 |
Color Harmonies of #32B260
Complementary color
Monochromatic Colors of #32B260
Black with #32B260
Text Example
Text Example
White with #32B260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B260; }
p { color: rgb(50,178,96); }
H1.HeaderClassName
{
color: #32B260;
}
.AnyTagClassName
{
color: #32B260;
}
</style>
background-color css
<style>
a { background-color: #32B260; }
a { background-color: rgb(50,178,96); }
div.DivClassName
{
background-color: #32B260;
}
.BgClassName
{
background-color: #32B260;
}
</style>
border-color css
<style>
span { border-color: #32B260; }
span { border-color: rgb(50,178,96); }
td.TdClassName
{
border-color: #32B260;
}
.TagClassName
{
border-color: #32B260;
}
</style>