Shades of Medium Sea Green #32BE75
Tints of Medium Sea Green #32BE75
RGB
CMYK
RGB Variations
Color information
#32BE75 (or 0x32BE75) is known color: Medium Sea Green. HEX triplet: 32, BE and 75. RGB value is (50,190,117). Sum of RGB (Red+Green+Blue) = 50+190+117=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 190 (74.61% from 255 or 53.22% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BE75 is #CD418A. Grayscale: #8B8B8B. Windows color (decimal): -13451659 or 7716402. OLE color: 7716402.
HSL color Cylindrical-coordinate representation of color #32BE75: hue angle of 148.71º degrees, saturation: 0.58, 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 #32BE75 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 117 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.25 |
| HSL | 148.71º | 0.58% | 0.47% | - |
| HSV(B) | 148.71º | 0.74% | 0.75% | - |
| XYZ | 22.94 | 38.79 | 23.11 | - |
| YUV | 139.82 | 115.12 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 117 | 0.74 | 0 | 0.38 | 0.25 | 148.71 | 0.58 | 0.47 |
| Hex | 32 | BE | 75 | 4A | 0 | 26 | 19 | 95 | 3A | 2F |
| Octal | 62 | 276 | 165 | 112 | 0 | 46 | 31 | 225 | 72 | 57 |
| Binary | 110010 | 10111110 | 1110101 | 1001010 | 0 | 100110 | 11001 | 10010101 | 111010 | 101111 |
Color Harmonies of #32BE75
Complementary color
Monochromatic Colors of #32BE75
Black with #32BE75
Text Example
Text Example
White with #32BE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BE75; }
p { color: rgb(50,190,117); }
H1.HeaderClassName
{
color: #32BE75;
}
.AnyTagClassName
{
color: #32BE75;
}
</style>
background-color css
<style>
a { background-color: #32BE75; }
a { background-color: rgb(50,190,117); }
div.DivClassName
{
background-color: #32BE75;
}
.BgClassName
{
background-color: #32BE75;
}
</style>
border-color css
<style>
span { border-color: #32BE75; }
span { border-color: rgb(50,190,117); }
td.TdClassName
{
border-color: #32BE75;
}
.TagClassName
{
border-color: #32BE75;
}
</style>