Shades of Medium Sea Green #32BF82
Tints of Medium Sea Green #32BF82
RGB
CMYK
RGB Variations
Color information
#32BF82 (or 0x32BF82) is known color: Medium Sea Green. HEX triplet: 32, BF and 82. RGB value is (50,191,130). Sum of RGB (Red+Green+Blue) = 50+191+130=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BF82 is #CD407D. Grayscale: #8D8D8D. Windows color (decimal): -13451390 or 8568626. OLE color: 8568626.
HSL color Cylindrical-coordinate representation of color #32BF82: hue angle of 154.04º 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 #32BF82 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 130 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.25 |
| HSL | 154.04º | 0.59% | 0.47% | - |
| HSV(B) | 154.04º | 0.74% | 0.75% | - |
| XYZ | 23.98 | 39.55 | 27.49 | - |
| YUV | 141.89 | 121.29 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 130 | 0.74 | 0 | 0.32 | 0.25 | 154.04 | 0.59 | 0.47 |
| Hex | 32 | BF | 82 | 4A | 0 | 20 | 19 | 9A | 3B | 2F |
| Octal | 62 | 277 | 202 | 112 | 0 | 40 | 31 | 232 | 73 | 57 |
| Binary | 110010 | 10111111 | 10000010 | 1001010 | 0 | 100000 | 11001 | 10011010 | 111011 | 101111 |
Color Harmonies of #32BF82
Complementary color
Monochromatic Colors of #32BF82
Black with #32BF82
Text Example
Text Example
White with #32BF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF82; }
p { color: rgb(50,191,130); }
H1.HeaderClassName
{
color: #32BF82;
}
.AnyTagClassName
{
color: #32BF82;
}
</style>
background-color css
<style>
a { background-color: #32BF82; }
a { background-color: rgb(50,191,130); }
div.DivClassName
{
background-color: #32BF82;
}
.BgClassName
{
background-color: #32BF82;
}
</style>
border-color css
<style>
span { border-color: #32BF82; }
span { border-color: rgb(50,191,130); }
td.TdClassName
{
border-color: #32BF82;
}
.TagClassName
{
border-color: #32BF82;
}
</style>