Shades of Medium Sea Green #32BC7B
Tints of Medium Sea Green #32BC7B
RGB
CMYK
RGB Variations
Color information
#32BC7B (or 0x32BC7B) is known color: Medium Sea Green. HEX triplet: 32, BC and 7B. RGB value is (50,188,123). Sum of RGB (Red+Green+Blue) = 50+188+123=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BC7B is #CD4384. Grayscale: #8B8B8B. Windows color (decimal): -13452165 or 8109106. OLE color: 8109106.
HSL color Cylindrical-coordinate representation of color #32BC7B: hue angle of 151.74º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC7B is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 123 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.26 |
| HSL | 151.74º | 0.58% | 0.47% | - |
| HSV(B) | 151.74º | 0.73% | 0.74% | - |
| XYZ | 22.87 | 38.07 | 24.88 | - |
| YUV | 139.33 | 118.78 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 123 | 0.73 | 0 | 0.35 | 0.26 | 151.74 | 0.58 | 0.47 |
| Hex | 32 | BC | 7B | 49 | 0 | 23 | 1A | 98 | 3A | 2F |
| Octal | 62 | 274 | 173 | 111 | 0 | 43 | 32 | 230 | 72 | 57 |
| Binary | 110010 | 10111100 | 1111011 | 1001001 | 0 | 100011 | 11010 | 10011000 | 111010 | 101111 |
Color Harmonies of #32BC7B
Complementary color
Monochromatic Colors of #32BC7B
Black with #32BC7B
Text Example
Text Example
White with #32BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC7B; }
p { color: rgb(50,188,123); }
H1.HeaderClassName
{
color: #32BC7B;
}
.AnyTagClassName
{
color: #32BC7B;
}
</style>
background-color css
<style>
a { background-color: #32BC7B; }
a { background-color: rgb(50,188,123); }
div.DivClassName
{
background-color: #32BC7B;
}
.BgClassName
{
background-color: #32BC7B;
}
</style>
border-color css
<style>
span { border-color: #32BC7B; }
span { border-color: rgb(50,188,123); }
td.TdClassName
{
border-color: #32BC7B;
}
.TagClassName
{
border-color: #32BC7B;
}
</style>