Shades of Medium Sea Green #32B665
Tints of Medium Sea Green #32B665
RGB
CMYK
RGB Variations
Color information
#32B665 (or 0x32B665) is known color: Medium Sea Green. HEX triplet: 32, B6 and 65. RGB value is (50,182,101). Sum of RGB (Red+Green+Blue) = 50+182+101=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 182 (71.48% from 255 or 54.65% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 182 - color contains mainly: green. Hex color #32B665 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B665 is #CD499A. Grayscale: #858585. Windows color (decimal): -13453723 or 6665778. OLE color: 6665778.
HSL color Cylindrical-coordinate representation of color #32B665: hue angle of 143.18º 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 #32B665 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 182 | 101 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.29 |
| HSL | 143.18º | 0.57% | 0.45% | - |
| HSV(B) | 143.18º | 0.73% | 0.71% | - |
| XYZ | 20.39 | 35.07 | 18.01 | - |
| YUV | 133.3 | 109.77 | 68.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 182 | 101 | 0.73 | 0 | 0.45 | 0.29 | 143.18 | 0.57 | 0.45 |
| Hex | 32 | B6 | 65 | 49 | 0 | 2D | 1D | 8F | 39 | 2D |
| Octal | 62 | 266 | 145 | 111 | 0 | 55 | 35 | 217 | 71 | 55 |
| Binary | 110010 | 10110110 | 1100101 | 1001001 | 0 | 101101 | 11101 | 10001111 | 111001 | 101101 |
Color Harmonies of #32B665
Complementary color
Monochromatic Colors of #32B665
Black with #32B665
Text Example
Text Example
White with #32B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B665; }
p { color: rgb(50,182,101); }
H1.HeaderClassName
{
color: #32B665;
}
.AnyTagClassName
{
color: #32B665;
}
</style>
background-color css
<style>
a { background-color: #32B665; }
a { background-color: rgb(50,182,101); }
div.DivClassName
{
background-color: #32B665;
}
.BgClassName
{
background-color: #32B665;
}
</style>
border-color css
<style>
span { border-color: #32B665; }
span { border-color: rgb(50,182,101); }
td.TdClassName
{
border-color: #32B665;
}
.TagClassName
{
border-color: #32B665;
}
</style>