Shades of Medium Sea Green #32CD74
Tints of Medium Sea Green #32CD74
RGB
CMYK
RGB Variations
Color information
#32CD74 (or 0x32CD74) is known color: Medium Sea Green. HEX triplet: 32, CD and 74. RGB value is (50,205,116). Sum of RGB (Red+Green+Blue) = 50+205+116=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CD74 is #CD328B. Grayscale: #949494. Windows color (decimal): -13447820 or 7654706. OLE color: 7654706.
HSL color Cylindrical-coordinate representation of color #32CD74: hue angle of 145.55º 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 #32CD74 is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 116 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.20 |
| HSL | 145.55º | 0.61% | 0.5% | - |
| HSV(B) | 145.55º | 0.76% | 0.8% | - |
| XYZ | 26.3 | 45.6 | 23.94 | - |
| YUV | 148.51 | 109.65 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 116 | 0.76 | 0 | 0.43 | 0.20 | 145.55 | 0.61 | 0.5 |
| Hex | 32 | CD | 74 | 4C | 0 | 2B | 14 | 92 | 3D | 32 |
| Octal | 62 | 315 | 164 | 114 | 0 | 53 | 24 | 222 | 75 | 62 |
| Binary | 110010 | 11001101 | 1110100 | 1001100 | 0 | 101011 | 10100 | 10010010 | 111101 | 110010 |
Color Harmonies of #32CD74
Complementary color
Monochromatic Colors of #32CD74
Black with #32CD74
Text Example
Text Example
White with #32CD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD74; }
p { color: rgb(50,205,116); }
H1.HeaderClassName
{
color: #32CD74;
}
.AnyTagClassName
{
color: #32CD74;
}
</style>
background-color css
<style>
a { background-color: #32CD74; }
a { background-color: rgb(50,205,116); }
div.DivClassName
{
background-color: #32CD74;
}
.BgClassName
{
background-color: #32CD74;
}
</style>
border-color css
<style>
span { border-color: #32CD74; }
span { border-color: rgb(50,205,116); }
td.TdClassName
{
border-color: #32CD74;
}
.TagClassName
{
border-color: #32CD74;
}
</style>