Shades of Medium Sea Green #32B66B
Tints of Medium Sea Green #32B66B
RGB
CMYK
RGB Variations
Color information
#32B66B (or 0x32B66B) is known color: Medium Sea Green. HEX triplet: 32, B6 and 6B. RGB value is (50,182,107). Sum of RGB (Red+Green+Blue) = 50+182+107=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 182 (71.48% from 255 or 53.69% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 182 - color contains mainly: green. Hex color #32B66B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B66B is #CD4994. Grayscale: #868686. Windows color (decimal): -13453717 or 7058994. OLE color: 7058994.
HSL color Cylindrical-coordinate representation of color #32B66B: hue angle of 145.91º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B66B is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 182 | 107 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.29 |
| HSL | 145.91º | 0.57% | 0.45% | - |
| HSV(B) | 145.91º | 0.73% | 0.71% | - |
| XYZ | 20.7 | 35.2 | 19.61 | - |
| YUV | 133.98 | 112.77 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 182 | 107 | 0.73 | 0 | 0.41 | 0.29 | 145.91 | 0.57 | 0.45 |
| Hex | 32 | B6 | 6B | 49 | 0 | 29 | 1D | 92 | 39 | 2D |
| Octal | 62 | 266 | 153 | 111 | 0 | 51 | 35 | 222 | 71 | 55 |
| Binary | 110010 | 10110110 | 1101011 | 1001001 | 0 | 101001 | 11101 | 10010010 | 111001 | 101101 |
Color Harmonies of #32B66B
Complementary color
Monochromatic Colors of #32B66B
Black with #32B66B
Text Example
Text Example
White with #32B66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B66B; }
p { color: rgb(50,182,107); }
H1.HeaderClassName
{
color: #32B66B;
}
.AnyTagClassName
{
color: #32B66B;
}
</style>
background-color css
<style>
a { background-color: #32B66B; }
a { background-color: rgb(50,182,107); }
div.DivClassName
{
background-color: #32B66B;
}
.BgClassName
{
background-color: #32B66B;
}
</style>
border-color css
<style>
span { border-color: #32B66B; }
span { border-color: rgb(50,182,107); }
td.TdClassName
{
border-color: #32B66B;
}
.TagClassName
{
border-color: #32B66B;
}
</style>