Shades of Medium Sea Green #32C162
Tints of Medium Sea Green #32C162
RGB
CMYK
RGB Variations
Color information
#32C162 (or 0x32C162) is known color: Medium Sea Green. HEX triplet: 32, C1 and 62. RGB value is (50,193,98). Sum of RGB (Red+Green+Blue) = 50+193+98=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #32C162 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C162 is #CD3E9D. Grayscale: #8B8B8B. Windows color (decimal): -13450910 or 6471986. OLE color: 6471986.
HSL color Cylindrical-coordinate representation of color #32C162: hue angle of 140.14º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C162 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 98 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.24 |
| HSL | 140.14º | 0.59% | 0.48% | - |
| HSV(B) | 140.14º | 0.74% | 0.76% | - |
| XYZ | 22.59 | 39.7 | 18.03 | - |
| YUV | 139.41 | 104.62 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 98 | 0.74 | 0 | 0.49 | 0.24 | 140.14 | 0.59 | 0.48 |
| Hex | 32 | C1 | 62 | 4A | 0 | 31 | 18 | 8C | 3B | 30 |
| Octal | 62 | 301 | 142 | 112 | 0 | 61 | 30 | 214 | 73 | 60 |
| Binary | 110010 | 11000001 | 1100010 | 1001010 | 0 | 110001 | 11000 | 10001100 | 111011 | 110000 |
Color Harmonies of #32C162
Complementary color
Monochromatic Colors of #32C162
Black with #32C162
Text Example
Text Example
White with #32C162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C162; }
p { color: rgb(50,193,98); }
H1.HeaderClassName
{
color: #32C162;
}
.AnyTagClassName
{
color: #32C162;
}
</style>
background-color css
<style>
a { background-color: #32C162; }
a { background-color: rgb(50,193,98); }
div.DivClassName
{
background-color: #32C162;
}
.BgClassName
{
background-color: #32C162;
}
</style>
border-color css
<style>
span { border-color: #32C162; }
span { border-color: rgb(50,193,98); }
td.TdClassName
{
border-color: #32C162;
}
.TagClassName
{
border-color: #32C162;
}
</style>