Shades of Medium Sea Green #32D068
Tints of Medium Sea Green #32D068
RGB
CMYK
RGB Variations
Color information
#32D068 (or 0x32D068) is known color: Medium Sea Green. HEX triplet: 32, D0 and 68. RGB value is (50,208,104). Sum of RGB (Red+Green+Blue) = 50+208+104=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #32D068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D068 is #CD2F97. Grayscale: #959595. Windows color (decimal): -13447064 or 6869042. OLE color: 6869042.
HSL color Cylindrical-coordinate representation of color #32D068: hue angle of 140.51º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D068 is Cyan = 0.76, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 208 | 104 | - |
| CMYK | 0.76 | 0 | 0.5 | 0.18 |
| HSL | 140.51º | 0.63% | 0.51% | - |
| HSV(B) | 140.51º | 0.76% | 0.82% | - |
| XYZ | 26.37 | 46.79 | 20.74 | - |
| YUV | 148.9 | 102.65 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 208 | 104 | 0.76 | 0 | 0.5 | 0.18 | 140.51 | 0.63 | 0.51 |
| Hex | 32 | D0 | 68 | 4C | 0 | 32 | 12 | 8D | 3F | 33 |
| Octal | 62 | 320 | 150 | 114 | 0 | 62 | 22 | 215 | 77 | 63 |
| Binary | 110010 | 11010000 | 1101000 | 1001100 | 0 | 110010 | 10010 | 10001101 | 111111 | 110011 |
Color Harmonies of #32D068
Complementary color
Monochromatic Colors of #32D068
Black with #32D068
Text Example
Text Example
White with #32D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D068; }
p { color: rgb(50,208,104); }
H1.HeaderClassName
{
color: #32D068;
}
.AnyTagClassName
{
color: #32D068;
}
</style>
background-color css
<style>
a { background-color: #32D068; }
a { background-color: rgb(50,208,104); }
div.DivClassName
{
background-color: #32D068;
}
.BgClassName
{
background-color: #32D068;
}
</style>
border-color css
<style>
span { border-color: #32D068; }
span { border-color: rgb(50,208,104); }
td.TdClassName
{
border-color: #32D068;
}
.TagClassName
{
border-color: #32D068;
}
</style>