Shades of Medium Sea Green #32BB5B
Tints of Medium Sea Green #32BB5B
RGB
CMYK
RGB Variations
Color information
#32BB5B (or 0x32BB5B) is known color: Medium Sea Green. HEX triplet: 32, BB and 5B. RGB value is (50,187,91). Sum of RGB (Red+Green+Blue) = 50+187+91=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 187 (73.44% from 255 or 57.01% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BB5B is #CD44A4. Grayscale: #878787. Windows color (decimal): -13452453 or 6011698. OLE color: 6011698.
HSL color Cylindrical-coordinate representation of color #32BB5B: hue angle of 137.96º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BB5B is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 91 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.27 |
| HSL | 137.96º | 0.58% | 0.46% | - |
| HSV(B) | 137.96º | 0.73% | 0.73% | - |
| XYZ | 20.97 | 36.97 | 15.93 | - |
| YUV | 135.09 | 103.11 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 91 | 0.73 | 0 | 0.51 | 0.27 | 137.96 | 0.58 | 0.46 |
| Hex | 32 | BB | 5B | 49 | 0 | 33 | 1B | 8A | 3A | 2E |
| Octal | 62 | 273 | 133 | 111 | 0 | 63 | 33 | 212 | 72 | 56 |
| Binary | 110010 | 10111011 | 1011011 | 1001001 | 0 | 110011 | 11011 | 10001010 | 111010 | 101110 |
Color Harmonies of #32BB5B
Complementary color
Monochromatic Colors of #32BB5B
Black with #32BB5B
Text Example
Text Example
White with #32BB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BB5B; }
p { color: rgb(50,187,91); }
H1.HeaderClassName
{
color: #32BB5B;
}
.AnyTagClassName
{
color: #32BB5B;
}
</style>
background-color css
<style>
a { background-color: #32BB5B; }
a { background-color: rgb(50,187,91); }
div.DivClassName
{
background-color: #32BB5B;
}
.BgClassName
{
background-color: #32BB5B;
}
</style>
border-color css
<style>
span { border-color: #32BB5B; }
span { border-color: rgb(50,187,91); }
td.TdClassName
{
border-color: #32BB5B;
}
.TagClassName
{
border-color: #32BB5B;
}
</style>