Shades of Medium Sea Green #32BF78
Tints of Medium Sea Green #32BF78
RGB
CMYK
RGB Variations
Color information
#32BF78 (or 0x32BF78) is known color: Medium Sea Green. HEX triplet: 32, BF and 78. RGB value is (50,191,120). Sum of RGB (Red+Green+Blue) = 50+191+120=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF78 is #CD4087. Grayscale: #8C8C8C. Windows color (decimal): -13451400 or 7913266. OLE color: 7913266.
HSL color Cylindrical-coordinate representation of color #32BF78: hue angle of 149.79º 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 #32BF78 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 120 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.25 |
| HSL | 149.79º | 0.59% | 0.47% | - |
| HSV(B) | 149.79º | 0.74% | 0.75% | - |
| XYZ | 23.34 | 39.3 | 24.12 | - |
| YUV | 140.75 | 116.29 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 120 | 0.74 | 0 | 0.37 | 0.25 | 149.79 | 0.59 | 0.47 |
| Hex | 32 | BF | 78 | 4A | 0 | 25 | 19 | 96 | 3B | 2F |
| Octal | 62 | 277 | 170 | 112 | 0 | 45 | 31 | 226 | 73 | 57 |
| Binary | 110010 | 10111111 | 1111000 | 1001010 | 0 | 100101 | 11001 | 10010110 | 111011 | 101111 |
Color Harmonies of #32BF78
Complementary color
Monochromatic Colors of #32BF78
Black with #32BF78
Text Example
Text Example
White with #32BF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF78; }
p { color: rgb(50,191,120); }
H1.HeaderClassName
{
color: #32BF78;
}
.AnyTagClassName
{
color: #32BF78;
}
</style>
background-color css
<style>
a { background-color: #32BF78; }
a { background-color: rgb(50,191,120); }
div.DivClassName
{
background-color: #32BF78;
}
.BgClassName
{
background-color: #32BF78;
}
</style>
border-color css
<style>
span { border-color: #32BF78; }
span { border-color: rgb(50,191,120); }
td.TdClassName
{
border-color: #32BF78;
}
.TagClassName
{
border-color: #32BF78;
}
</style>