Shades of Medium Sea Green #32BF71
Tints of Medium Sea Green #32BF71
RGB
CMYK
RGB Variations
Color information
#32BF71 (or 0x32BF71) is known color: Medium Sea Green. HEX triplet: 32, BF and 71. RGB value is (50,191,113). Sum of RGB (Red+Green+Blue) = 50+191+113=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF71 is #CD408E. Grayscale: #8C8C8C. Windows color (decimal): -13451407 or 7454514. OLE color: 7454514.
HSL color Cylindrical-coordinate representation of color #32BF71: hue angle of 146.81º 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 #32BF71 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 113 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.25 |
| HSL | 146.81º | 0.59% | 0.47% | - |
| HSV(B) | 146.81º | 0.74% | 0.75% | - |
| XYZ | 22.93 | 39.13 | 21.97 | - |
| YUV | 139.95 | 112.79 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 113 | 0.74 | 0 | 0.41 | 0.25 | 146.81 | 0.59 | 0.47 |
| Hex | 32 | BF | 71 | 4A | 0 | 29 | 19 | 93 | 3B | 2F |
| Octal | 62 | 277 | 161 | 112 | 0 | 51 | 31 | 223 | 73 | 57 |
| Binary | 110010 | 10111111 | 1110001 | 1001010 | 0 | 101001 | 11001 | 10010011 | 111011 | 101111 |
Color Harmonies of #32BF71
Complementary color
Monochromatic Colors of #32BF71
Black with #32BF71
Text Example
Text Example
White with #32BF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF71; }
p { color: rgb(50,191,113); }
H1.HeaderClassName
{
color: #32BF71;
}
.AnyTagClassName
{
color: #32BF71;
}
</style>
background-color css
<style>
a { background-color: #32BF71; }
a { background-color: rgb(50,191,113); }
div.DivClassName
{
background-color: #32BF71;
}
.BgClassName
{
background-color: #32BF71;
}
</style>
border-color css
<style>
span { border-color: #32BF71; }
span { border-color: rgb(50,191,113); }
td.TdClassName
{
border-color: #32BF71;
}
.TagClassName
{
border-color: #32BF71;
}
</style>