Shades of Medium Sea Green #32B470
Tints of Medium Sea Green #32B470
RGB
CMYK
RGB Variations
Color information
#32B470 (or 0x32B470) is known color: Medium Sea Green. HEX triplet: 32, B4 and 70. RGB value is (50,180,112). Sum of RGB (Red+Green+Blue) = 50+180+112=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 180 (70.70% from 255 or 52.63% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 180 - color contains mainly: green. Hex color #32B470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B470 is #CD4B8F. Grayscale: #858585. Windows color (decimal): -13454224 or 7386162. OLE color: 7386162.
HSL color Cylindrical-coordinate representation of color #32B470: hue angle of 148.62º 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 #32B470 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 112 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.29 |
| HSL | 148.62º | 0.57% | 0.45% | - |
| HSV(B) | 148.62º | 0.72% | 0.71% | - |
| XYZ | 20.56 | 34.49 | 20.9 | - |
| YUV | 133.38 | 115.93 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 112 | 0.72 | 0 | 0.38 | 0.29 | 148.62 | 0.57 | 0.45 |
| Hex | 32 | B4 | 70 | 48 | 0 | 26 | 1D | 95 | 39 | 2D |
| Octal | 62 | 264 | 160 | 110 | 0 | 46 | 35 | 225 | 71 | 55 |
| Binary | 110010 | 10110100 | 1110000 | 1001000 | 0 | 100110 | 11101 | 10010101 | 111001 | 101101 |
Color Harmonies of #32B470
Complementary color
Monochromatic Colors of #32B470
Black with #32B470
Text Example
Text Example
White with #32B470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B470; }
p { color: rgb(50,180,112); }
H1.HeaderClassName
{
color: #32B470;
}
.AnyTagClassName
{
color: #32B470;
}
</style>
background-color css
<style>
a { background-color: #32B470; }
a { background-color: rgb(50,180,112); }
div.DivClassName
{
background-color: #32B470;
}
.BgClassName
{
background-color: #32B470;
}
</style>
border-color css
<style>
span { border-color: #32B470; }
span { border-color: rgb(50,180,112); }
td.TdClassName
{
border-color: #32B470;
}
.TagClassName
{
border-color: #32B470;
}
</style>