Shades of Medium Sea Green #32B370
Tints of Medium Sea Green #32B370
RGB
CMYK
RGB Variations
Color information
#32B370 (or 0x32B370) is known color: Medium Sea Green. HEX triplet: 32, B3 and 70. RGB value is (50,179,112). Sum of RGB (Red+Green+Blue) = 50+179+112=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #32B370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B370 is #CD4C8F. Grayscale: #848484. Windows color (decimal): -13454480 or 7385906. OLE color: 7385906.
HSL color Cylindrical-coordinate representation of color #32B370: hue angle of 148.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B370 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 112 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.30 |
| HSL | 148.84º | 0.56% | 0.45% | - |
| HSV(B) | 148.84º | 0.72% | 0.7% | - |
| XYZ | 20.36 | 34.09 | 20.84 | - |
| YUV | 132.79 | 116.26 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 112 | 0.72 | 0 | 0.37 | 0.30 | 148.84 | 0.56 | 0.45 |
| Hex | 32 | B3 | 70 | 48 | 0 | 25 | 1E | 95 | 38 | 2D |
| Octal | 62 | 263 | 160 | 110 | 0 | 45 | 36 | 225 | 70 | 55 |
| Binary | 110010 | 10110011 | 1110000 | 1001000 | 0 | 100101 | 11110 | 10010101 | 111000 | 101101 |
Color Harmonies of #32B370
Complementary color
Monochromatic Colors of #32B370
Black with #32B370
Text Example
Text Example
White with #32B370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B370; }
p { color: rgb(50,179,112); }
H1.HeaderClassName
{
color: #32B370;
}
.AnyTagClassName
{
color: #32B370;
}
</style>
background-color css
<style>
a { background-color: #32B370; }
a { background-color: rgb(50,179,112); }
div.DivClassName
{
background-color: #32B370;
}
.BgClassName
{
background-color: #32B370;
}
</style>
border-color css
<style>
span { border-color: #32B370; }
span { border-color: rgb(50,179,112); }
td.TdClassName
{
border-color: #32B370;
}
.TagClassName
{
border-color: #32B370;
}
</style>