Shades of Medium Sea Green #32BA5C
Tints of Medium Sea Green #32BA5C
RGB
CMYK
RGB Variations
Color information
#32BA5C (or 0x32BA5C) is known color: Medium Sea Green. HEX triplet: 32, BA and 5C. RGB value is (50,186,92). Sum of RGB (Red+Green+Blue) = 50+186+92=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA5C is #CD45A3. Grayscale: #868686. Windows color (decimal): -13452708 or 6076978. OLE color: 6076978.
HSL color Cylindrical-coordinate representation of color #32BA5C: hue angle of 138.53º 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 #32BA5C is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 92 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.27 |
| HSL | 138.53º | 0.58% | 0.46% | - |
| HSV(B) | 138.53º | 0.73% | 0.73% | - |
| XYZ | 20.81 | 36.57 | 16.09 | - |
| YUV | 134.62 | 103.94 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 92 | 0.73 | 0 | 0.51 | 0.27 | 138.53 | 0.58 | 0.46 |
| Hex | 32 | BA | 5C | 49 | 0 | 33 | 1B | 8B | 3A | 2E |
| Octal | 62 | 272 | 134 | 111 | 0 | 63 | 33 | 213 | 72 | 56 |
| Binary | 110010 | 10111010 | 1011100 | 1001001 | 0 | 110011 | 11011 | 10001011 | 111010 | 101110 |
Color Harmonies of #32BA5C
Complementary color
Monochromatic Colors of #32BA5C
Black with #32BA5C
Text Example
Text Example
White with #32BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA5C; }
p { color: rgb(50,186,92); }
H1.HeaderClassName
{
color: #32BA5C;
}
.AnyTagClassName
{
color: #32BA5C;
}
</style>
background-color css
<style>
a { background-color: #32BA5C; }
a { background-color: rgb(50,186,92); }
div.DivClassName
{
background-color: #32BA5C;
}
.BgClassName
{
background-color: #32BA5C;
}
</style>
border-color css
<style>
span { border-color: #32BA5C; }
span { border-color: rgb(50,186,92); }
td.TdClassName
{
border-color: #32BA5C;
}
.TagClassName
{
border-color: #32BA5C;
}
</style>