Shades of Medium Sea Green #32CF74
Tints of Medium Sea Green #32CF74
RGB
CMYK
RGB Variations
Color information
#32CF74 (or 0x32CF74) is known color: Medium Sea Green. HEX triplet: 32, CF and 74. RGB value is (50,207,116). Sum of RGB (Red+Green+Blue) = 50+207+116=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 207 (81.25% from 255 or 55.50% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CF74 is #CD308B. Grayscale: #959595. Windows color (decimal): -13447308 or 7655218. OLE color: 7655218.
HSL color Cylindrical-coordinate representation of color #32CF74: hue angle of 145.22º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CF74 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 207 | 116 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.19 |
| HSL | 145.22º | 0.62% | 0.5% | - |
| HSV(B) | 145.22º | 0.76% | 0.81% | - |
| XYZ | 26.78 | 46.56 | 24.1 | - |
| YUV | 149.68 | 108.99 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 116 | 0.76 | 0 | 0.44 | 0.19 | 145.22 | 0.62 | 0.5 |
| Hex | 32 | CF | 74 | 4C | 0 | 2C | 13 | 91 | 3E | 32 |
| Octal | 62 | 317 | 164 | 114 | 0 | 54 | 23 | 221 | 76 | 62 |
| Binary | 110010 | 11001111 | 1110100 | 1001100 | 0 | 101100 | 10011 | 10010001 | 111110 | 110010 |
Color Harmonies of #32CF74
Complementary color
Monochromatic Colors of #32CF74
Black with #32CF74
Text Example
Text Example
White with #32CF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CF74; }
p { color: rgb(50,207,116); }
H1.HeaderClassName
{
color: #32CF74;
}
.AnyTagClassName
{
color: #32CF74;
}
</style>
background-color css
<style>
a { background-color: #32CF74; }
a { background-color: rgb(50,207,116); }
div.DivClassName
{
background-color: #32CF74;
}
.BgClassName
{
background-color: #32CF74;
}
</style>
border-color css
<style>
span { border-color: #32CF74; }
span { border-color: rgb(50,207,116); }
td.TdClassName
{
border-color: #32CF74;
}
.TagClassName
{
border-color: #32CF74;
}
</style>