Shades of Medium Sea Green #32BD5E
Tints of Medium Sea Green #32BD5E
RGB
CMYK
RGB Variations
Color information
#32BD5E (or 0x32BD5E) is known color: Medium Sea Green. HEX triplet: 32, BD and 5E. RGB value is (50,189,94). Sum of RGB (Red+Green+Blue) = 50+189+94=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BD5E is #CD42A1. Grayscale: #888888. Windows color (decimal): -13451938 or 6208818. OLE color: 6208818.
HSL color Cylindrical-coordinate representation of color #32BD5E: hue angle of 138.99º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BD5E is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 94 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.26 |
| HSL | 138.99º | 0.58% | 0.47% | - |
| HSV(B) | 138.99º | 0.74% | 0.74% | - |
| XYZ | 21.53 | 37.88 | 16.77 | - |
| YUV | 136.61 | 103.95 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 94 | 0.74 | 0 | 0.50 | 0.26 | 138.99 | 0.58 | 0.47 |
| Hex | 32 | BD | 5E | 4A | 0 | 32 | 1A | 8B | 3A | 2F |
| Octal | 62 | 275 | 136 | 112 | 0 | 62 | 32 | 213 | 72 | 57 |
| Binary | 110010 | 10111101 | 1011110 | 1001010 | 0 | 110010 | 11010 | 10001011 | 111010 | 101111 |
Color Harmonies of #32BD5E
Complementary color
Monochromatic Colors of #32BD5E
Black with #32BD5E
Text Example
Text Example
White with #32BD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD5E; }
p { color: rgb(50,189,94); }
H1.HeaderClassName
{
color: #32BD5E;
}
.AnyTagClassName
{
color: #32BD5E;
}
</style>
background-color css
<style>
a { background-color: #32BD5E; }
a { background-color: rgb(50,189,94); }
div.DivClassName
{
background-color: #32BD5E;
}
.BgClassName
{
background-color: #32BD5E;
}
</style>
border-color css
<style>
span { border-color: #32BD5E; }
span { border-color: rgb(50,189,94); }
td.TdClassName
{
border-color: #32BD5E;
}
.TagClassName
{
border-color: #32BD5E;
}
</style>