Shades of Medium Sea Green #32BF80
Tints of Medium Sea Green #32BF80
RGB
CMYK
RGB Variations
Color information
#32BF80 (or 0x32BF80) is known color: Medium Sea Green. HEX triplet: 32, BF and 80. RGB value is (50,191,128). Sum of RGB (Red+Green+Blue) = 50+191+128=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BF80 is #CD407F. Grayscale: #8D8D8D. Windows color (decimal): -13451392 or 8437554. OLE color: 8437554.
HSL color Cylindrical-coordinate representation of color #32BF80: hue angle of 153.19º 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 #32BF80 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 128 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.25 |
| HSL | 153.19º | 0.59% | 0.47% | - |
| HSV(B) | 153.19º | 0.74% | 0.75% | - |
| XYZ | 23.84 | 39.5 | 26.79 | - |
| YUV | 141.66 | 120.29 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 128 | 0.74 | 0 | 0.33 | 0.25 | 153.19 | 0.59 | 0.47 |
| Hex | 32 | BF | 80 | 4A | 0 | 21 | 19 | 99 | 3B | 2F |
| Octal | 62 | 277 | 200 | 112 | 0 | 41 | 31 | 231 | 73 | 57 |
| Binary | 110010 | 10111111 | 10000000 | 1001010 | 0 | 100001 | 11001 | 10011001 | 111011 | 101111 |
Color Harmonies of #32BF80
Complementary color
Monochromatic Colors of #32BF80
Black with #32BF80
Text Example
Text Example
White with #32BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF80; }
p { color: rgb(50,191,128); }
H1.HeaderClassName
{
color: #32BF80;
}
.AnyTagClassName
{
color: #32BF80;
}
</style>
background-color css
<style>
a { background-color: #32BF80; }
a { background-color: rgb(50,191,128); }
div.DivClassName
{
background-color: #32BF80;
}
.BgClassName
{
background-color: #32BF80;
}
</style>
border-color css
<style>
span { border-color: #32BF80; }
span { border-color: rgb(50,191,128); }
td.TdClassName
{
border-color: #32BF80;
}
.TagClassName
{
border-color: #32BF80;
}
</style>