Shades of Medium Sea Green #32BF58
Tints of Medium Sea Green #32BF58
RGB
CMYK
RGB Variations
Color information
#32BF58 (or 0x32BF58) is known color: Medium Sea Green. HEX triplet: 32, BF and 58. RGB value is (50,191,88). Sum of RGB (Red+Green+Blue) = 50+191+88=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 191 (75% from 255 or 58.05% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF58 is #CD40A7. Grayscale: #898989. Windows color (decimal): -13451432 or 5816114. OLE color: 5816114.
HSL color Cylindrical-coordinate representation of color #32BF58: hue angle of 136.17º 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 #32BF58 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 88 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.25 |
| HSL | 136.17º | 0.59% | 0.47% | - |
| HSV(B) | 136.17º | 0.74% | 0.75% | - |
| XYZ | 21.71 | 38.64 | 15.55 | - |
| YUV | 137.1 | 100.29 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 88 | 0.74 | 0 | 0.54 | 0.25 | 136.17 | 0.59 | 0.47 |
| Hex | 32 | BF | 58 | 4A | 0 | 36 | 19 | 88 | 3B | 2F |
| Octal | 62 | 277 | 130 | 112 | 0 | 66 | 31 | 210 | 73 | 57 |
| Binary | 110010 | 10111111 | 1011000 | 1001010 | 0 | 110110 | 11001 | 10001000 | 111011 | 101111 |
Color Harmonies of #32BF58
Complementary color
Monochromatic Colors of #32BF58
Black with #32BF58
Text Example
Text Example
White with #32BF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF58; }
p { color: rgb(50,191,88); }
H1.HeaderClassName
{
color: #32BF58;
}
.AnyTagClassName
{
color: #32BF58;
}
</style>
background-color css
<style>
a { background-color: #32BF58; }
a { background-color: rgb(50,191,88); }
div.DivClassName
{
background-color: #32BF58;
}
.BgClassName
{
background-color: #32BF58;
}
</style>
border-color css
<style>
span { border-color: #32BF58; }
span { border-color: rgb(50,191,88); }
td.TdClassName
{
border-color: #32BF58;
}
.TagClassName
{
border-color: #32BF58;
}
</style>