Shades of Medium Sea Green #32B368
Tints of Medium Sea Green #32B368
RGB
CMYK
RGB Variations
Color information
#32B368 (or 0x32B368) is known color: Medium Sea Green. HEX triplet: 32, B3 and 68. RGB value is (50,179,104). Sum of RGB (Red+Green+Blue) = 50+179+104=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #32B368 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B368 is #CD4C97. Grayscale: #848484. Windows color (decimal): -13454488 or 6861618. OLE color: 6861618.
HSL color Cylindrical-coordinate representation of color #32B368: hue angle of 145.12º 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 #32B368 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 104 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.30 |
| HSL | 145.12º | 0.56% | 0.45% | - |
| HSV(B) | 145.12º | 0.72% | 0.7% | - |
| XYZ | 19.93 | 33.92 | 18.59 | - |
| YUV | 131.88 | 112.26 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 104 | 0.72 | 0 | 0.42 | 0.30 | 145.12 | 0.56 | 0.45 |
| Hex | 32 | B3 | 68 | 48 | 0 | 2A | 1E | 91 | 38 | 2D |
| Octal | 62 | 263 | 150 | 110 | 0 | 52 | 36 | 221 | 70 | 55 |
| Binary | 110010 | 10110011 | 1101000 | 1001000 | 0 | 101010 | 11110 | 10010001 | 111000 | 101101 |
Color Harmonies of #32B368
Complementary color
Monochromatic Colors of #32B368
Black with #32B368
Text Example
Text Example
White with #32B368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B368; }
p { color: rgb(50,179,104); }
H1.HeaderClassName
{
color: #32B368;
}
.AnyTagClassName
{
color: #32B368;
}
</style>
background-color css
<style>
a { background-color: #32B368; }
a { background-color: rgb(50,179,104); }
div.DivClassName
{
background-color: #32B368;
}
.BgClassName
{
background-color: #32B368;
}
</style>
border-color css
<style>
span { border-color: #32B368; }
span { border-color: rgb(50,179,104); }
td.TdClassName
{
border-color: #32B368;
}
.TagClassName
{
border-color: #32B368;
}
</style>