Shades of Medium Sea Green #32B47A
Tints of Medium Sea Green #32B47A
RGB
CMYK
RGB Variations
Color information
#32B47A (or 0x32B47A) is known color: Medium Sea Green. HEX triplet: 32, B4 and 7A. RGB value is (50,180,122). Sum of RGB (Red+Green+Blue) = 50+180+122=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #32B47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B47A is #CD4B85. Grayscale: #868686. Windows color (decimal): -13454214 or 8041522. OLE color: 8041522.
HSL color Cylindrical-coordinate representation of color #32B47A: hue angle of 153.23º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B47A is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 122 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.29 |
| HSL | 153.23º | 0.57% | 0.45% | - |
| HSV(B) | 153.23º | 0.72% | 0.71% | - |
| XYZ | 21.15 | 34.73 | 24 | - |
| YUV | 134.52 | 120.93 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 122 | 0.72 | 0 | 0.32 | 0.29 | 153.23 | 0.57 | 0.45 |
| Hex | 32 | B4 | 7A | 48 | 0 | 20 | 1D | 99 | 39 | 2D |
| Octal | 62 | 264 | 172 | 110 | 0 | 40 | 35 | 231 | 71 | 55 |
| Binary | 110010 | 10110100 | 1111010 | 1001000 | 0 | 100000 | 11101 | 10011001 | 111001 | 101101 |
Color Harmonies of #32B47A
Complementary color
Monochromatic Colors of #32B47A
Black with #32B47A
Text Example
Text Example
White with #32B47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B47A; }
p { color: rgb(50,180,122); }
H1.HeaderClassName
{
color: #32B47A;
}
.AnyTagClassName
{
color: #32B47A;
}
</style>
background-color css
<style>
a { background-color: #32B47A; }
a { background-color: rgb(50,180,122); }
div.DivClassName
{
background-color: #32B47A;
}
.BgClassName
{
background-color: #32B47A;
}
</style>
border-color css
<style>
span { border-color: #32B47A; }
span { border-color: rgb(50,180,122); }
td.TdClassName
{
border-color: #32B47A;
}
.TagClassName
{
border-color: #32B47A;
}
</style>