Shades of Medium Sea Green #32C282
Tints of Medium Sea Green #32C282
RGB
CMYK
RGB Variations
Color information
#32C282 (or 0x32C282) is known color: Medium Sea Green. HEX triplet: 32, C2 and 82. RGB value is (50,194,130). Sum of RGB (Red+Green+Blue) = 50+194+130=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 194 (76.17% from 255 or 51.87% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 194 - color contains mainly: green. Hex color #32C282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C282 is #CD3D7D. Grayscale: #8F8F8F. Windows color (decimal): -13450622 or 8569394. OLE color: 8569394.
HSL color Cylindrical-coordinate representation of color #32C282: hue angle of 153.33º 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 #32C282 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 130 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.24 |
| HSL | 153.33º | 0.59% | 0.48% | - |
| HSV(B) | 153.33º | 0.74% | 0.76% | - |
| XYZ | 24.64 | 40.87 | 27.71 | - |
| YUV | 143.65 | 120.29 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 130 | 0.74 | 0 | 0.33 | 0.24 | 153.33 | 0.59 | 0.48 |
| Hex | 32 | C2 | 82 | 4A | 0 | 21 | 18 | 99 | 3B | 30 |
| Octal | 62 | 302 | 202 | 112 | 0 | 41 | 30 | 231 | 73 | 60 |
| Binary | 110010 | 11000010 | 10000010 | 1001010 | 0 | 100001 | 11000 | 10011001 | 111011 | 110000 |
Color Harmonies of #32C282
Complementary color
Monochromatic Colors of #32C282
Black with #32C282
Text Example
Text Example
White with #32C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C282; }
p { color: rgb(50,194,130); }
H1.HeaderClassName
{
color: #32C282;
}
.AnyTagClassName
{
color: #32C282;
}
</style>
background-color css
<style>
a { background-color: #32C282; }
a { background-color: rgb(50,194,130); }
div.DivClassName
{
background-color: #32C282;
}
.BgClassName
{
background-color: #32C282;
}
</style>
border-color css
<style>
span { border-color: #32C282; }
span { border-color: rgb(50,194,130); }
td.TdClassName
{
border-color: #32C282;
}
.TagClassName
{
border-color: #32C282;
}
</style>