Shades of Medium Sea Green #32BF5B
Tints of Medium Sea Green #32BF5B
RGB
CMYK
RGB Variations
Color information
#32BF5B (or 0x32BF5B) is known color: Medium Sea Green. HEX triplet: 32, BF and 5B. RGB value is (50,191,91). Sum of RGB (Red+Green+Blue) = 50+191+91=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF5B is #CD40A4. Grayscale: #898989. Windows color (decimal): -13451429 or 6012722. OLE color: 6012722.
HSL color Cylindrical-coordinate representation of color #32BF5B: hue angle of 137.45º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BF5B is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 91 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.25 |
| HSL | 137.45º | 0.59% | 0.47% | - |
| HSV(B) | 137.45º | 0.74% | 0.75% | - |
| XYZ | 21.83 | 38.7 | 16.22 | - |
| YUV | 137.44 | 101.79 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 91 | 0.74 | 0 | 0.52 | 0.25 | 137.45 | 0.59 | 0.47 |
| Hex | 32 | BF | 5B | 4A | 0 | 34 | 19 | 89 | 3B | 2F |
| Octal | 62 | 277 | 133 | 112 | 0 | 64 | 31 | 211 | 73 | 57 |
| Binary | 110010 | 10111111 | 1011011 | 1001010 | 0 | 110100 | 11001 | 10001001 | 111011 | 101111 |
Color Harmonies of #32BF5B
Complementary color
Monochromatic Colors of #32BF5B
Black with #32BF5B
Text Example
Text Example
White with #32BF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF5B; }
p { color: rgb(50,191,91); }
H1.HeaderClassName
{
color: #32BF5B;
}
.AnyTagClassName
{
color: #32BF5B;
}
</style>
background-color css
<style>
a { background-color: #32BF5B; }
a { background-color: rgb(50,191,91); }
div.DivClassName
{
background-color: #32BF5B;
}
.BgClassName
{
background-color: #32BF5B;
}
</style>
border-color css
<style>
span { border-color: #32BF5B; }
span { border-color: rgb(50,191,91); }
td.TdClassName
{
border-color: #32BF5B;
}
.TagClassName
{
border-color: #32BF5B;
}
</style>