Shades of Medium Sea Green #32BA7D
Tints of Medium Sea Green #32BA7D
RGB
CMYK
RGB Variations
Color information
#32BA7D (or 0x32BA7D) is known color: Medium Sea Green. HEX triplet: 32, BA and 7D. RGB value is (50,186,125). Sum of RGB (Red+Green+Blue) = 50+186+125=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA7D is #CD4582. Grayscale: #8A8A8A. Windows color (decimal): -13452675 or 8239666. OLE color: 8239666.
HSL color Cylindrical-coordinate representation of color #32BA7D: hue angle of 153.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 #32BA7D is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 125 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.27 |
| HSL | 153.09º | 0.58% | 0.46% | - |
| HSV(B) | 153.09º | 0.73% | 0.73% | - |
| XYZ | 22.58 | 37.28 | 25.41 | - |
| YUV | 138.38 | 120.44 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 125 | 0.73 | 0 | 0.33 | 0.27 | 153.09 | 0.58 | 0.46 |
| Hex | 32 | BA | 7D | 49 | 0 | 21 | 1B | 99 | 3A | 2E |
| Octal | 62 | 272 | 175 | 111 | 0 | 41 | 33 | 231 | 72 | 56 |
| Binary | 110010 | 10111010 | 1111101 | 1001001 | 0 | 100001 | 11011 | 10011001 | 111010 | 101110 |
Color Harmonies of #32BA7D
Complementary color
Monochromatic Colors of #32BA7D
Black with #32BA7D
Text Example
Text Example
White with #32BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA7D; }
p { color: rgb(50,186,125); }
H1.HeaderClassName
{
color: #32BA7D;
}
.AnyTagClassName
{
color: #32BA7D;
}
</style>
background-color css
<style>
a { background-color: #32BA7D; }
a { background-color: rgb(50,186,125); }
div.DivClassName
{
background-color: #32BA7D;
}
.BgClassName
{
background-color: #32BA7D;
}
</style>
border-color css
<style>
span { border-color: #32BA7D; }
span { border-color: rgb(50,186,125); }
td.TdClassName
{
border-color: #32BA7D;
}
.TagClassName
{
border-color: #32BA7D;
}
</style>