Shades of Medium Sea Green #32CF68
Tints of Medium Sea Green #32CF68
RGB
CMYK
RGB Variations
Color information
#32CF68 (or 0x32CF68) is known color: Medium Sea Green. HEX triplet: 32, CF and 68. RGB value is (50,207,104). Sum of RGB (Red+Green+Blue) = 50+207+104=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CF68 is #CD3097. Grayscale: #949494. Windows color (decimal): -13447320 or 6868786. OLE color: 6868786.
HSL color Cylindrical-coordinate representation of color #32CF68: hue angle of 140.64º 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 #32CF68 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 207 | 104 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.19 |
| HSL | 140.64º | 0.62% | 0.5% | - |
| HSV(B) | 140.64º | 0.76% | 0.81% | - |
| XYZ | 26.13 | 46.3 | 20.66 | - |
| YUV | 148.32 | 102.99 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 104 | 0.76 | 0 | 0.50 | 0.19 | 140.64 | 0.62 | 0.5 |
| Hex | 32 | CF | 68 | 4C | 0 | 32 | 13 | 8D | 3E | 32 |
| Octal | 62 | 317 | 150 | 114 | 0 | 62 | 23 | 215 | 76 | 62 |
| Binary | 110010 | 11001111 | 1101000 | 1001100 | 0 | 110010 | 10011 | 10001101 | 111110 | 110010 |
Color Harmonies of #32CF68
Complementary color
Monochromatic Colors of #32CF68
Black with #32CF68
Text Example
Text Example
White with #32CF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CF68; }
p { color: rgb(50,207,104); }
H1.HeaderClassName
{
color: #32CF68;
}
.AnyTagClassName
{
color: #32CF68;
}
</style>
background-color css
<style>
a { background-color: #32CF68; }
a { background-color: rgb(50,207,104); }
div.DivClassName
{
background-color: #32CF68;
}
.BgClassName
{
background-color: #32CF68;
}
</style>
border-color css
<style>
span { border-color: #32CF68; }
span { border-color: rgb(50,207,104); }
td.TdClassName
{
border-color: #32CF68;
}
.TagClassName
{
border-color: #32CF68;
}
</style>