Shades of Medium Sea Green #32B765
Tints of Medium Sea Green #32B765
RGB
CMYK
RGB Variations
Color information
#32B765 (or 0x32B765) is known color: Medium Sea Green. HEX triplet: 32, B7 and 65. RGB value is (50,183,101). Sum of RGB (Red+Green+Blue) = 50+183+101=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #32B765 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B765 is #CD489A. Grayscale: #868686. Windows color (decimal): -13453467 or 6666034. OLE color: 6666034.
HSL color Cylindrical-coordinate representation of color #32B765: hue angle of 143.01º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B765 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 101 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.28 |
| HSL | 143.01º | 0.57% | 0.46% | - |
| HSV(B) | 143.01º | 0.73% | 0.72% | - |
| XYZ | 20.6 | 35.48 | 18.08 | - |
| YUV | 133.89 | 109.44 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 101 | 0.73 | 0 | 0.45 | 0.28 | 143.01 | 0.57 | 0.46 |
| Hex | 32 | B7 | 65 | 49 | 0 | 2D | 1C | 8F | 39 | 2E |
| Octal | 62 | 267 | 145 | 111 | 0 | 55 | 34 | 217 | 71 | 56 |
| Binary | 110010 | 10110111 | 1100101 | 1001001 | 0 | 101101 | 11100 | 10001111 | 111001 | 101110 |
Color Harmonies of #32B765
Complementary color
Monochromatic Colors of #32B765
Black with #32B765
Text Example
Text Example
White with #32B765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B765; }
p { color: rgb(50,183,101); }
H1.HeaderClassName
{
color: #32B765;
}
.AnyTagClassName
{
color: #32B765;
}
</style>
background-color css
<style>
a { background-color: #32B765; }
a { background-color: rgb(50,183,101); }
div.DivClassName
{
background-color: #32B765;
}
.BgClassName
{
background-color: #32B765;
}
</style>
border-color css
<style>
span { border-color: #32B765; }
span { border-color: rgb(50,183,101); }
td.TdClassName
{
border-color: #32B765;
}
.TagClassName
{
border-color: #32B765;
}
</style>