Shades of Medium Sea Green #32CF6F
Tints of Medium Sea Green #32CF6F
RGB
CMYK
RGB Variations
Color information
#32CF6F (or 0x32CF6F) is known color: Medium Sea Green. HEX triplet: 32, CF and 6F. RGB value is (50,207,111). Sum of RGB (Red+Green+Blue) = 50+207+111=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CF6F is #CD3090. Grayscale: #959595. Windows color (decimal): -13447313 or 7327538. OLE color: 7327538.
HSL color Cylindrical-coordinate representation of color #32CF6F: hue angle of 143.31º 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 #32CF6F is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 207 | 111 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.19 |
| HSL | 143.31º | 0.62% | 0.5% | - |
| HSV(B) | 143.31º | 0.76% | 0.81% | - |
| XYZ | 26.5 | 46.45 | 22.61 | - |
| YUV | 149.11 | 106.49 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 111 | 0.76 | 0 | 0.46 | 0.19 | 143.31 | 0.62 | 0.5 |
| Hex | 32 | CF | 6F | 4C | 0 | 2E | 13 | 8F | 3E | 32 |
| Octal | 62 | 317 | 157 | 114 | 0 | 56 | 23 | 217 | 76 | 62 |
| Binary | 110010 | 11001111 | 1101111 | 1001100 | 0 | 101110 | 10011 | 10001111 | 111110 | 110010 |
Color Harmonies of #32CF6F
Complementary color
Monochromatic Colors of #32CF6F
Black with #32CF6F
Text Example
Text Example
White with #32CF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CF6F; }
p { color: rgb(50,207,111); }
H1.HeaderClassName
{
color: #32CF6F;
}
.AnyTagClassName
{
color: #32CF6F;
}
</style>
background-color css
<style>
a { background-color: #32CF6F; }
a { background-color: rgb(50,207,111); }
div.DivClassName
{
background-color: #32CF6F;
}
.BgClassName
{
background-color: #32CF6F;
}
</style>
border-color css
<style>
span { border-color: #32CF6F; }
span { border-color: rgb(50,207,111); }
td.TdClassName
{
border-color: #32CF6F;
}
.TagClassName
{
border-color: #32CF6F;
}
</style>