Shades of Medium Sea Green #32BA5A
Tints of Medium Sea Green #32BA5A
RGB
CMYK
RGB Variations
Color information
#32BA5A (or 0x32BA5A) is known color: Medium Sea Green. HEX triplet: 32, BA and 5A. RGB value is (50,186,90). Sum of RGB (Red+Green+Blue) = 50+186+90=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA5A is #CD45A5. Grayscale: #868686. Windows color (decimal): -13452710 or 5945906. OLE color: 5945906.
HSL color Cylindrical-coordinate representation of color #32BA5A: hue angle of 137.65º 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 #32BA5A is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 90 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.27 |
| HSL | 137.65º | 0.58% | 0.46% | - |
| HSV(B) | 137.65º | 0.73% | 0.73% | - |
| XYZ | 20.72 | 36.53 | 15.63 | - |
| YUV | 134.39 | 102.94 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 90 | 0.73 | 0 | 0.52 | 0.27 | 137.65 | 0.58 | 0.46 |
| Hex | 32 | BA | 5A | 49 | 0 | 34 | 1B | 8A | 3A | 2E |
| Octal | 62 | 272 | 132 | 111 | 0 | 64 | 33 | 212 | 72 | 56 |
| Binary | 110010 | 10111010 | 1011010 | 1001001 | 0 | 110100 | 11011 | 10001010 | 111010 | 101110 |
Color Harmonies of #32BA5A
Complementary color
Monochromatic Colors of #32BA5A
Black with #32BA5A
Text Example
Text Example
White with #32BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA5A; }
p { color: rgb(50,186,90); }
H1.HeaderClassName
{
color: #32BA5A;
}
.AnyTagClassName
{
color: #32BA5A;
}
</style>
background-color css
<style>
a { background-color: #32BA5A; }
a { background-color: rgb(50,186,90); }
div.DivClassName
{
background-color: #32BA5A;
}
.BgClassName
{
background-color: #32BA5A;
}
</style>
border-color css
<style>
span { border-color: #32BA5A; }
span { border-color: rgb(50,186,90); }
td.TdClassName
{
border-color: #32BA5A;
}
.TagClassName
{
border-color: #32BA5A;
}
</style>