Shades of Medium Sea Green #32B070
Tints of Medium Sea Green #32B070
RGB
CMYK
RGB Variations
Color information
#32B070 (or 0x32B070) is known color: Medium Sea Green. HEX triplet: 32, B0 and 70. RGB value is (50,176,112). Sum of RGB (Red+Green+Blue) = 50+176+112=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 176 (69.14% from 255 or 52.07% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 176 - color contains mainly: green. Hex color #32B070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B070 is #CD4F8F. Grayscale: #838383. Windows color (decimal): -13455248 or 7385138. OLE color: 7385138.
HSL color Cylindrical-coordinate representation of color #32B070: hue angle of 149.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B070 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 176 | 112 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.31 |
| HSL | 149.52º | 0.56% | 0.44% | - |
| HSV(B) | 149.52º | 0.72% | 0.69% | - |
| XYZ | 19.77 | 32.9 | 20.64 | - |
| YUV | 131.03 | 117.26 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 112 | 0.72 | 0 | 0.36 | 0.31 | 149.52 | 0.56 | 0.44 |
| Hex | 32 | B0 | 70 | 48 | 0 | 24 | 1F | 96 | 38 | 2C |
| Octal | 62 | 260 | 160 | 110 | 0 | 44 | 37 | 226 | 70 | 54 |
| Binary | 110010 | 10110000 | 1110000 | 1001000 | 0 | 100100 | 11111 | 10010110 | 111000 | 101100 |
Color Harmonies of #32B070
Complementary color
Monochromatic Colors of #32B070
Black with #32B070
Text Example
Text Example
White with #32B070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B070; }
p { color: rgb(50,176,112); }
H1.HeaderClassName
{
color: #32B070;
}
.AnyTagClassName
{
color: #32B070;
}
</style>
background-color css
<style>
a { background-color: #32B070; }
a { background-color: rgb(50,176,112); }
div.DivClassName
{
background-color: #32B070;
}
.BgClassName
{
background-color: #32B070;
}
</style>
border-color css
<style>
span { border-color: #32B070; }
span { border-color: rgb(50,176,112); }
td.TdClassName
{
border-color: #32B070;
}
.TagClassName
{
border-color: #32B070;
}
</style>