Shades of Medium Sea Green #32B25D
Tints of Medium Sea Green #32B25D
RGB
CMYK
RGB Variations
Color information
#32B25D (or 0x32B25D) is known color: Medium Sea Green. HEX triplet: 32, B2 and 5D. RGB value is (50,178,93). Sum of RGB (Red+Green+Blue) = 50+178+93=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 178 (69.92% from 255 or 55.45% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 178 - color contains mainly: green. Hex color #32B25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B25D is #CD4DA2. Grayscale: #828282. Windows color (decimal): -13454755 or 6140466. OLE color: 6140466.
HSL color Cylindrical-coordinate representation of color #32B25D: hue angle of 140.16º 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 #32B25D is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 178 | 93 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.30 |
| HSL | 140.16º | 0.56% | 0.45% | - |
| HSV(B) | 140.16º | 0.72% | 0.7% | - |
| XYZ | 19.21 | 33.31 | 15.77 | - |
| YUV | 130.04 | 107.09 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 93 | 0.72 | 0 | 0.48 | 0.30 | 140.16 | 0.56 | 0.45 |
| Hex | 32 | B2 | 5D | 48 | 0 | 30 | 1E | 8C | 38 | 2D |
| Octal | 62 | 262 | 135 | 110 | 0 | 60 | 36 | 214 | 70 | 55 |
| Binary | 110010 | 10110010 | 1011101 | 1001000 | 0 | 110000 | 11110 | 10001100 | 111000 | 101101 |
Color Harmonies of #32B25D
Complementary color
Monochromatic Colors of #32B25D
Black with #32B25D
Text Example
Text Example
White with #32B25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B25D; }
p { color: rgb(50,178,93); }
H1.HeaderClassName
{
color: #32B25D;
}
.AnyTagClassName
{
color: #32B25D;
}
</style>
background-color css
<style>
a { background-color: #32B25D; }
a { background-color: rgb(50,178,93); }
div.DivClassName
{
background-color: #32B25D;
}
.BgClassName
{
background-color: #32B25D;
}
</style>
border-color css
<style>
span { border-color: #32B25D; }
span { border-color: rgb(50,178,93); }
td.TdClassName
{
border-color: #32B25D;
}
.TagClassName
{
border-color: #32B25D;
}
</style>