Shades of Medium Sea Green #32CD7B
Tints of Medium Sea Green #32CD7B
RGB
CMYK
RGB Variations
Color information
#32CD7B (or 0x32CD7B) is known color: Medium Sea Green. HEX triplet: 32, CD and 7B. RGB value is (50,205,123). Sum of RGB (Red+Green+Blue) = 50+205+123=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD7B is #CD3284. Grayscale: #959595. Windows color (decimal): -13447813 or 8113458. OLE color: 8113458.
HSL color Cylindrical-coordinate representation of color #32CD7B: hue angle of 148.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CD7B is Cyan = 0.76, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 123 | - |
| CMYK | 0.76 | 0 | 0.4 | 0.20 |
| HSL | 148.26º | 0.61% | 0.5% | - |
| HSV(B) | 148.26º | 0.76% | 0.8% | - |
| XYZ | 26.72 | 45.77 | 26.17 | - |
| YUV | 149.31 | 113.15 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 123 | 0.76 | 0 | 0.4 | 0.20 | 148.26 | 0.61 | 0.5 |
| Hex | 32 | CD | 7B | 4C | 0 | 28 | 14 | 94 | 3D | 32 |
| Octal | 62 | 315 | 173 | 114 | 0 | 50 | 24 | 224 | 75 | 62 |
| Binary | 110010 | 11001101 | 1111011 | 1001100 | 0 | 101000 | 10100 | 10010100 | 111101 | 110010 |
Color Harmonies of #32CD7B
Complementary color
Monochromatic Colors of #32CD7B
Black with #32CD7B
Text Example
Text Example
White with #32CD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD7B; }
p { color: rgb(50,205,123); }
H1.HeaderClassName
{
color: #32CD7B;
}
.AnyTagClassName
{
color: #32CD7B;
}
</style>
background-color css
<style>
a { background-color: #32CD7B; }
a { background-color: rgb(50,205,123); }
div.DivClassName
{
background-color: #32CD7B;
}
.BgClassName
{
background-color: #32CD7B;
}
</style>
border-color css
<style>
span { border-color: #32CD7B; }
span { border-color: rgb(50,205,123); }
td.TdClassName
{
border-color: #32CD7B;
}
.TagClassName
{
border-color: #32CD7B;
}
</style>