Shades of Medium Sea Green #32BE7D
Tints of Medium Sea Green #32BE7D
RGB
CMYK
RGB Variations
Color information
#32BE7D (or 0x32BE7D) is known color: Medium Sea Green. HEX triplet: 32, BE and 7D. RGB value is (50,190,125). Sum of RGB (Red+Green+Blue) = 50+190+125=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BE7D is #CD4182. Grayscale: #8C8C8C. Windows color (decimal): -13451651 or 8240690. OLE color: 8240690.
HSL color Cylindrical-coordinate representation of color #32BE7D: hue angle of 152.14º 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 #32BE7D is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 125 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.25 |
| HSL | 152.14º | 0.58% | 0.47% | - |
| HSV(B) | 152.14º | 0.74% | 0.75% | - |
| XYZ | 23.43 | 38.99 | 25.69 | - |
| YUV | 140.73 | 119.12 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 125 | 0.74 | 0 | 0.34 | 0.25 | 152.14 | 0.58 | 0.47 |
| Hex | 32 | BE | 7D | 4A | 0 | 22 | 19 | 98 | 3A | 2F |
| Octal | 62 | 276 | 175 | 112 | 0 | 42 | 31 | 230 | 72 | 57 |
| Binary | 110010 | 10111110 | 1111101 | 1001010 | 0 | 100010 | 11001 | 10011000 | 111010 | 101111 |
Color Harmonies of #32BE7D
Complementary color
Monochromatic Colors of #32BE7D
Black with #32BE7D
Text Example
Text Example
White with #32BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BE7D; }
p { color: rgb(50,190,125); }
H1.HeaderClassName
{
color: #32BE7D;
}
.AnyTagClassName
{
color: #32BE7D;
}
</style>
background-color css
<style>
a { background-color: #32BE7D; }
a { background-color: rgb(50,190,125); }
div.DivClassName
{
background-color: #32BE7D;
}
.BgClassName
{
background-color: #32BE7D;
}
</style>
border-color css
<style>
span { border-color: #32BE7D; }
span { border-color: rgb(50,190,125); }
td.TdClassName
{
border-color: #32BE7D;
}
.TagClassName
{
border-color: #32BE7D;
}
</style>