Shades of Medium Sea Green #32C17A
Tints of Medium Sea Green #32C17A
RGB
CMYK
RGB Variations
Color information
#32C17A (or 0x32C17A) is known color: Medium Sea Green. HEX triplet: 32, C1 and 7A. RGB value is (50,193,122). Sum of RGB (Red+Green+Blue) = 50+193+122=365 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.70% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #32C17A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C17A is #CD3E85. Grayscale: #8E8E8E. Windows color (decimal): -13450886 or 8044850. OLE color: 8044850.
HSL color Cylindrical-coordinate representation of color #32C17A: hue angle of 150.21º 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 #32C17A is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 122 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.24 |
| HSL | 150.21º | 0.59% | 0.48% | - |
| HSV(B) | 150.21º | 0.74% | 0.76% | - |
| XYZ | 23.9 | 40.22 | 24.92 | - |
| YUV | 142.15 | 116.62 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 122 | 0.74 | 0 | 0.37 | 0.24 | 150.21 | 0.59 | 0.48 |
| Hex | 32 | C1 | 7A | 4A | 0 | 25 | 18 | 96 | 3B | 30 |
| Octal | 62 | 301 | 172 | 112 | 0 | 45 | 30 | 226 | 73 | 60 |
| Binary | 110010 | 11000001 | 1111010 | 1001010 | 0 | 100101 | 11000 | 10010110 | 111011 | 110000 |
Color Harmonies of #32C17A
Complementary color
Monochromatic Colors of #32C17A
Black with #32C17A
Text Example
Text Example
White with #32C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C17A; }
p { color: rgb(50,193,122); }
H1.HeaderClassName
{
color: #32C17A;
}
.AnyTagClassName
{
color: #32C17A;
}
</style>
background-color css
<style>
a { background-color: #32C17A; }
a { background-color: rgb(50,193,122); }
div.DivClassName
{
background-color: #32C17A;
}
.BgClassName
{
background-color: #32C17A;
}
</style>
border-color css
<style>
span { border-color: #32C17A; }
span { border-color: rgb(50,193,122); }
td.TdClassName
{
border-color: #32C17A;
}
.TagClassName
{
border-color: #32C17A;
}
</style>