Shades of Medium Sea Green #32BF72
Tints of Medium Sea Green #32BF72
RGB
CMYK
RGB Variations
Color information
#32BF72 (or 0x32BF72) is known color: Medium Sea Green. HEX triplet: 32, BF and 72. RGB value is (50,191,114). Sum of RGB (Red+Green+Blue) = 50+191+114=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF72 is #CD408D. Grayscale: #8C8C8C. Windows color (decimal): -13451406 or 7520050. OLE color: 7520050.
HSL color Cylindrical-coordinate representation of color #32BF72: hue angle of 147.23º 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 #32BF72 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 114 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.25 |
| HSL | 147.23º | 0.59% | 0.47% | - |
| HSV(B) | 147.23º | 0.74% | 0.75% | - |
| XYZ | 22.98 | 39.15 | 22.27 | - |
| YUV | 140.06 | 113.29 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 114 | 0.74 | 0 | 0.40 | 0.25 | 147.23 | 0.59 | 0.47 |
| Hex | 32 | BF | 72 | 4A | 0 | 28 | 19 | 93 | 3B | 2F |
| Octal | 62 | 277 | 162 | 112 | 0 | 50 | 31 | 223 | 73 | 57 |
| Binary | 110010 | 10111111 | 1110010 | 1001010 | 0 | 101000 | 11001 | 10010011 | 111011 | 101111 |
Color Harmonies of #32BF72
Complementary color
Monochromatic Colors of #32BF72
Black with #32BF72
Text Example
Text Example
White with #32BF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF72; }
p { color: rgb(50,191,114); }
H1.HeaderClassName
{
color: #32BF72;
}
.AnyTagClassName
{
color: #32BF72;
}
</style>
background-color css
<style>
a { background-color: #32BF72; }
a { background-color: rgb(50,191,114); }
div.DivClassName
{
background-color: #32BF72;
}
.BgClassName
{
background-color: #32BF72;
}
</style>
border-color css
<style>
span { border-color: #32BF72; }
span { border-color: rgb(50,191,114); }
td.TdClassName
{
border-color: #32BF72;
}
.TagClassName
{
border-color: #32BF72;
}
</style>