Shades of Medium Sea Green #32BA6C
Tints of Medium Sea Green #32BA6C
RGB
CMYK
RGB Variations
Color information
#32BA6C (or 0x32BA6C) is known color: Medium Sea Green. HEX triplet: 32, BA and 6C. RGB value is (50,186,108). Sum of RGB (Red+Green+Blue) = 50+186+108=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA6C is #CD4593. Grayscale: #888888. Windows color (decimal): -13452692 or 7125554. OLE color: 7125554.
HSL color Cylindrical-coordinate representation of color #32BA6C: hue angle of 145.59º 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 #32BA6C is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 108 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.27 |
| HSL | 145.59º | 0.58% | 0.46% | - |
| HSV(B) | 145.59º | 0.73% | 0.73% | - |
| XYZ | 21.58 | 36.88 | 20.17 | - |
| YUV | 136.44 | 111.94 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 108 | 0.73 | 0 | 0.42 | 0.27 | 145.59 | 0.58 | 0.46 |
| Hex | 32 | BA | 6C | 49 | 0 | 2A | 1B | 92 | 3A | 2E |
| Octal | 62 | 272 | 154 | 111 | 0 | 52 | 33 | 222 | 72 | 56 |
| Binary | 110010 | 10111010 | 1101100 | 1001001 | 0 | 101010 | 11011 | 10010010 | 111010 | 101110 |
Color Harmonies of #32BA6C
Complementary color
Monochromatic Colors of #32BA6C
Black with #32BA6C
Text Example
Text Example
White with #32BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA6C; }
p { color: rgb(50,186,108); }
H1.HeaderClassName
{
color: #32BA6C;
}
.AnyTagClassName
{
color: #32BA6C;
}
</style>
background-color css
<style>
a { background-color: #32BA6C; }
a { background-color: rgb(50,186,108); }
div.DivClassName
{
background-color: #32BA6C;
}
.BgClassName
{
background-color: #32BA6C;
}
</style>
border-color css
<style>
span { border-color: #32BA6C; }
span { border-color: rgb(50,186,108); }
td.TdClassName
{
border-color: #32BA6C;
}
.TagClassName
{
border-color: #32BA6C;
}
</style>