Shades of Medium Sea Green #32BE5D
Tints of Medium Sea Green #32BE5D
RGB
CMYK
RGB Variations
Color information
#32BE5D (or 0x32BE5D) is known color: Medium Sea Green. HEX triplet: 32, BE and 5D. RGB value is (50,190,93). Sum of RGB (Red+Green+Blue) = 50+190+93=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BE5D is #CD41A2. Grayscale: #898989. Windows color (decimal): -13451683 or 6143538. OLE color: 6143538.
HSL color Cylindrical-coordinate representation of color #32BE5D: hue angle of 138.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BE5D is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 93 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.25 |
| HSL | 138.43º | 0.58% | 0.47% | - |
| HSV(B) | 138.43º | 0.74% | 0.75% | - |
| XYZ | 21.7 | 38.3 | 16.6 | - |
| YUV | 137.08 | 103.12 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 93 | 0.74 | 0 | 0.51 | 0.25 | 138.43 | 0.58 | 0.47 |
| Hex | 32 | BE | 5D | 4A | 0 | 33 | 19 | 8A | 3A | 2F |
| Octal | 62 | 276 | 135 | 112 | 0 | 63 | 31 | 212 | 72 | 57 |
| Binary | 110010 | 10111110 | 1011101 | 1001010 | 0 | 110011 | 11001 | 10001010 | 111010 | 101111 |
Color Harmonies of #32BE5D
Complementary color
Monochromatic Colors of #32BE5D
Black with #32BE5D
Text Example
Text Example
White with #32BE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BE5D; }
p { color: rgb(50,190,93); }
H1.HeaderClassName
{
color: #32BE5D;
}
.AnyTagClassName
{
color: #32BE5D;
}
</style>
background-color css
<style>
a { background-color: #32BE5D; }
a { background-color: rgb(50,190,93); }
div.DivClassName
{
background-color: #32BE5D;
}
.BgClassName
{
background-color: #32BE5D;
}
</style>
border-color css
<style>
span { border-color: #32BE5D; }
span { border-color: rgb(50,190,93); }
td.TdClassName
{
border-color: #32BE5D;
}
.TagClassName
{
border-color: #32BE5D;
}
</style>