Shades of Medium Sea Green #32B06D
Tints of Medium Sea Green #32B06D
RGB
CMYK
RGB Variations
Color information
#32B06D (or 0x32B06D) is known color: Medium Sea Green. HEX triplet: 32, B0 and 6D. RGB value is (50,176,109). Sum of RGB (Red+Green+Blue) = 50+176+109=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #32B06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B06D is #CD4F92. Grayscale: #828282. Windows color (decimal): -13455251 or 7188530. OLE color: 7188530.
HSL color Cylindrical-coordinate representation of color #32B06D: hue angle of 148.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B06D is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 176 | 109 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.31 |
| HSL | 148.1º | 0.56% | 0.44% | - |
| HSV(B) | 148.1º | 0.72% | 0.69% | - |
| XYZ | 19.6 | 32.83 | 19.77 | - |
| YUV | 130.69 | 115.76 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 109 | 0.72 | 0 | 0.38 | 0.31 | 148.1 | 0.56 | 0.44 |
| Hex | 32 | B0 | 6D | 48 | 0 | 26 | 1F | 94 | 38 | 2C |
| Octal | 62 | 260 | 155 | 110 | 0 | 46 | 37 | 224 | 70 | 54 |
| Binary | 110010 | 10110000 | 1101101 | 1001000 | 0 | 100110 | 11111 | 10010100 | 111000 | 101100 |
Color Harmonies of #32B06D
Complementary color
Monochromatic Colors of #32B06D
Black with #32B06D
Text Example
Text Example
White with #32B06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B06D; }
p { color: rgb(50,176,109); }
H1.HeaderClassName
{
color: #32B06D;
}
.AnyTagClassName
{
color: #32B06D;
}
</style>
background-color css
<style>
a { background-color: #32B06D; }
a { background-color: rgb(50,176,109); }
div.DivClassName
{
background-color: #32B06D;
}
.BgClassName
{
background-color: #32B06D;
}
</style>
border-color css
<style>
span { border-color: #32B06D; }
span { border-color: rgb(50,176,109); }
td.TdClassName
{
border-color: #32B06D;
}
.TagClassName
{
border-color: #32B06D;
}
</style>