Shades of Medium Sea Green #32B85D
Tints of Medium Sea Green #32B85D
RGB
CMYK
RGB Variations
Color information
#32B85D (or 0x32B85D) is known color: Medium Sea Green. HEX triplet: 32, B8 and 5D. RGB value is (50,184,93). Sum of RGB (Red+Green+Blue) = 50+184+93=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 184 (72.27% from 255 or 56.27% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 184 - color contains mainly: green. Hex color #32B85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B85D is #CD47A2. Grayscale: #858585. Windows color (decimal): -13453219 or 6142002. OLE color: 6142002.
HSL color Cylindrical-coordinate representation of color #32B85D: hue angle of 139.25º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B85D is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 184 | 93 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.28 |
| HSL | 139.25º | 0.57% | 0.46% | - |
| HSV(B) | 139.25º | 0.73% | 0.72% | - |
| XYZ | 20.43 | 35.75 | 16.18 | - |
| YUV | 133.56 | 105.11 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 184 | 93 | 0.73 | 0 | 0.49 | 0.28 | 139.25 | 0.57 | 0.46 |
| Hex | 32 | B8 | 5D | 49 | 0 | 31 | 1C | 8B | 39 | 2E |
| Octal | 62 | 270 | 135 | 111 | 0 | 61 | 34 | 213 | 71 | 56 |
| Binary | 110010 | 10111000 | 1011101 | 1001001 | 0 | 110001 | 11100 | 10001011 | 111001 | 101110 |
Color Harmonies of #32B85D
Complementary color
Monochromatic Colors of #32B85D
Black with #32B85D
Text Example
Text Example
White with #32B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B85D; }
p { color: rgb(50,184,93); }
H1.HeaderClassName
{
color: #32B85D;
}
.AnyTagClassName
{
color: #32B85D;
}
</style>
background-color css
<style>
a { background-color: #32B85D; }
a { background-color: rgb(50,184,93); }
div.DivClassName
{
background-color: #32B85D;
}
.BgClassName
{
background-color: #32B85D;
}
</style>
border-color css
<style>
span { border-color: #32B85D; }
span { border-color: rgb(50,184,93); }
td.TdClassName
{
border-color: #32B85D;
}
.TagClassName
{
border-color: #32B85D;
}
</style>