Shades of Medium Sea Green #32BF7B
Tints of Medium Sea Green #32BF7B
RGB
CMYK
RGB Variations
Color information
#32BF7B (or 0x32BF7B) is known color: Medium Sea Green. HEX triplet: 32, BF and 7B. RGB value is (50,191,123). Sum of RGB (Red+Green+Blue) = 50+191+123=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BF7B is #CD4084. Grayscale: #8D8D8D. Windows color (decimal): -13451397 or 8109874. OLE color: 8109874.
HSL color Cylindrical-coordinate representation of color #32BF7B: hue angle of 151.06º 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 #32BF7B is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 123 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.25 |
| HSL | 151.06º | 0.59% | 0.47% | - |
| HSV(B) | 151.06º | 0.74% | 0.75% | - |
| XYZ | 23.52 | 39.37 | 25.1 | - |
| YUV | 141.09 | 117.79 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 123 | 0.74 | 0 | 0.36 | 0.25 | 151.06 | 0.59 | 0.47 |
| Hex | 32 | BF | 7B | 4A | 0 | 24 | 19 | 97 | 3B | 2F |
| Octal | 62 | 277 | 173 | 112 | 0 | 44 | 31 | 227 | 73 | 57 |
| Binary | 110010 | 10111111 | 1111011 | 1001010 | 0 | 100100 | 11001 | 10010111 | 111011 | 101111 |
Color Harmonies of #32BF7B
Complementary color
Monochromatic Colors of #32BF7B
Black with #32BF7B
Text Example
Text Example
White with #32BF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF7B; }
p { color: rgb(50,191,123); }
H1.HeaderClassName
{
color: #32BF7B;
}
.AnyTagClassName
{
color: #32BF7B;
}
</style>
background-color css
<style>
a { background-color: #32BF7B; }
a { background-color: rgb(50,191,123); }
div.DivClassName
{
background-color: #32BF7B;
}
.BgClassName
{
background-color: #32BF7B;
}
</style>
border-color css
<style>
span { border-color: #32BF7B; }
span { border-color: rgb(50,191,123); }
td.TdClassName
{
border-color: #32BF7B;
}
.TagClassName
{
border-color: #32BF7B;
}
</style>