Shades of Medium Sea Green #32BA5B
Tints of Medium Sea Green #32BA5B
RGB
CMYK
RGB Variations
Color information
#32BA5B (or 0x32BA5B) is known color: Medium Sea Green. HEX triplet: 32, BA and 5B. RGB value is (50,186,91). Sum of RGB (Red+Green+Blue) = 50+186+91=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA5B is #CD45A4. Grayscale: #868686. Windows color (decimal): -13452709 or 6011442. OLE color: 6011442.
HSL color Cylindrical-coordinate representation of color #32BA5B: hue angle of 138.09º 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 #32BA5B is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 91 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.27 |
| HSL | 138.09º | 0.58% | 0.46% | - |
| HSV(B) | 138.09º | 0.73% | 0.73% | - |
| XYZ | 20.76 | 36.55 | 15.86 | - |
| YUV | 134.51 | 103.44 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 91 | 0.73 | 0 | 0.51 | 0.27 | 138.09 | 0.58 | 0.46 |
| Hex | 32 | BA | 5B | 49 | 0 | 33 | 1B | 8A | 3A | 2E |
| Octal | 62 | 272 | 133 | 111 | 0 | 63 | 33 | 212 | 72 | 56 |
| Binary | 110010 | 10111010 | 1011011 | 1001001 | 0 | 110011 | 11011 | 10001010 | 111010 | 101110 |
Color Harmonies of #32BA5B
Complementary color
Monochromatic Colors of #32BA5B
Black with #32BA5B
Text Example
Text Example
White with #32BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA5B; }
p { color: rgb(50,186,91); }
H1.HeaderClassName
{
color: #32BA5B;
}
.AnyTagClassName
{
color: #32BA5B;
}
</style>
background-color css
<style>
a { background-color: #32BA5B; }
a { background-color: rgb(50,186,91); }
div.DivClassName
{
background-color: #32BA5B;
}
.BgClassName
{
background-color: #32BA5B;
}
</style>
border-color css
<style>
span { border-color: #32BA5B; }
span { border-color: rgb(50,186,91); }
td.TdClassName
{
border-color: #32BA5B;
}
.TagClassName
{
border-color: #32BA5B;
}
</style>