Shades of Medium Sea Green #32BF70
Tints of Medium Sea Green #32BF70
RGB
CMYK
RGB Variations
Color information
#32BF70 (or 0x32BF70) is known color: Medium Sea Green. HEX triplet: 32, BF and 70. RGB value is (50,191,112). Sum of RGB (Red+Green+Blue) = 50+191+112=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF70 is #CD408F. Grayscale: #8C8C8C. Windows color (decimal): -13451408 or 7388978. OLE color: 7388978.
HSL color Cylindrical-coordinate representation of color #32BF70: hue angle of 146.38º 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 #32BF70 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 112 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.25 |
| HSL | 146.38º | 0.59% | 0.47% | - |
| HSV(B) | 146.38º | 0.74% | 0.75% | - |
| XYZ | 22.87 | 39.11 | 21.67 | - |
| YUV | 139.84 | 112.29 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 112 | 0.74 | 0 | 0.41 | 0.25 | 146.38 | 0.59 | 0.47 |
| Hex | 32 | BF | 70 | 4A | 0 | 29 | 19 | 92 | 3B | 2F |
| Octal | 62 | 277 | 160 | 112 | 0 | 51 | 31 | 222 | 73 | 57 |
| Binary | 110010 | 10111111 | 1110000 | 1001010 | 0 | 101001 | 11001 | 10010010 | 111011 | 101111 |
Color Harmonies of #32BF70
Complementary color
Monochromatic Colors of #32BF70
Black with #32BF70
Text Example
Text Example
White with #32BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF70; }
p { color: rgb(50,191,112); }
H1.HeaderClassName
{
color: #32BF70;
}
.AnyTagClassName
{
color: #32BF70;
}
</style>
background-color css
<style>
a { background-color: #32BF70; }
a { background-color: rgb(50,191,112); }
div.DivClassName
{
background-color: #32BF70;
}
.BgClassName
{
background-color: #32BF70;
}
</style>
border-color css
<style>
span { border-color: #32BF70; }
span { border-color: rgb(50,191,112); }
td.TdClassName
{
border-color: #32BF70;
}
.TagClassName
{
border-color: #32BF70;
}
</style>