Shades of Medium Sea Green #32B16F
Tints of Medium Sea Green #32B16F
RGB
CMYK
RGB Variations
Color information
#32B16F (or 0x32B16F) is known color: Medium Sea Green. HEX triplet: 32, B1 and 6F. RGB value is (50,177,111). Sum of RGB (Red+Green+Blue) = 50+177+111=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 177 (69.53% from 255 or 52.37% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 177 - color contains mainly: green. Hex color #32B16F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B16F is #CD4E90. Grayscale: #838383. Windows color (decimal): -13454993 or 7319858. OLE color: 7319858.
HSL color Cylindrical-coordinate representation of color #32B16F: hue angle of 148.82º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B16F is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 177 | 111 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.31 |
| HSL | 148.82º | 0.56% | 0.45% | - |
| HSV(B) | 148.82º | 0.72% | 0.69% | - |
| XYZ | 19.91 | 33.27 | 20.41 | - |
| YUV | 131.5 | 116.42 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 111 | 0.72 | 0 | 0.37 | 0.31 | 148.82 | 0.56 | 0.45 |
| Hex | 32 | B1 | 6F | 48 | 0 | 25 | 1F | 95 | 38 | 2D |
| Octal | 62 | 261 | 157 | 110 | 0 | 45 | 37 | 225 | 70 | 55 |
| Binary | 110010 | 10110001 | 1101111 | 1001000 | 0 | 100101 | 11111 | 10010101 | 111000 | 101101 |
Color Harmonies of #32B16F
Complementary color
Monochromatic Colors of #32B16F
Black with #32B16F
Text Example
Text Example
White with #32B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B16F; }
p { color: rgb(50,177,111); }
H1.HeaderClassName
{
color: #32B16F;
}
.AnyTagClassName
{
color: #32B16F;
}
</style>
background-color css
<style>
a { background-color: #32B16F; }
a { background-color: rgb(50,177,111); }
div.DivClassName
{
background-color: #32B16F;
}
.BgClassName
{
background-color: #32B16F;
}
</style>
border-color css
<style>
span { border-color: #32B16F; }
span { border-color: rgb(50,177,111); }
td.TdClassName
{
border-color: #32B16F;
}
.TagClassName
{
border-color: #32B16F;
}
</style>