Shades of Medium Sea Green #32AD6A
Tints of Medium Sea Green #32AD6A
RGB
CMYK
RGB Variations
Color information
#32AD6A (or 0x32AD6A) is known color: Medium Sea Green. HEX triplet: 32, AD and 6A. RGB value is (50,173,106). Sum of RGB (Red+Green+Blue) = 50+173+106=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #32AD6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AD6A is #CD5295. Grayscale: #808080. Windows color (decimal): -13456022 or 6991154. OLE color: 6991154.
HSL color Cylindrical-coordinate representation of color #32AD6A: hue angle of 147.32º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AD6A is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 173 | 106 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.32 |
| HSL | 147.32º | 0.55% | 0.44% | - |
| HSV(B) | 147.32º | 0.71% | 0.68% | - |
| XYZ | 18.86 | 31.61 | 18.74 | - |
| YUV | 128.59 | 115.25 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 106 | 0.71 | 0 | 0.39 | 0.32 | 147.32 | 0.55 | 0.44 |
| Hex | 32 | AD | 6A | 47 | 0 | 27 | 20 | 93 | 37 | 2C |
| Octal | 62 | 255 | 152 | 107 | 0 | 47 | 40 | 223 | 67 | 54 |
| Binary | 110010 | 10101101 | 1101010 | 1000111 | 0 | 100111 | 100000 | 10010011 | 110111 | 101100 |
Color Harmonies of #32AD6A
Complementary color
Monochromatic Colors of #32AD6A
Black with #32AD6A
Text Example
Text Example
White with #32AD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AD6A; }
p { color: rgb(50,173,106); }
H1.HeaderClassName
{
color: #32AD6A;
}
.AnyTagClassName
{
color: #32AD6A;
}
</style>
background-color css
<style>
a { background-color: #32AD6A; }
a { background-color: rgb(50,173,106); }
div.DivClassName
{
background-color: #32AD6A;
}
.BgClassName
{
background-color: #32AD6A;
}
</style>
border-color css
<style>
span { border-color: #32AD6A; }
span { border-color: rgb(50,173,106); }
td.TdClassName
{
border-color: #32AD6A;
}
.TagClassName
{
border-color: #32AD6A;
}
</style>