Shades of Medium Sea Green #32B265
Tints of Medium Sea Green #32B265
RGB
CMYK
RGB Variations
Color information
#32B265 (or 0x32B265) is known color: Medium Sea Green. HEX triplet: 32, B2 and 65. RGB value is (50,178,101). Sum of RGB (Red+Green+Blue) = 50+178+101=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #32B265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B265 is #CD4D9A. Grayscale: #838383. Windows color (decimal): -13454747 or 6664754. OLE color: 6664754.
HSL color Cylindrical-coordinate representation of color #32B265: hue angle of 143.91º 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 #32B265 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 178 | 101 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.30 |
| HSL | 143.91º | 0.56% | 0.45% | - |
| HSV(B) | 143.91º | 0.72% | 0.7% | - |
| XYZ | 19.58 | 33.46 | 17.74 | - |
| YUV | 130.95 | 111.09 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 101 | 0.72 | 0 | 0.43 | 0.30 | 143.91 | 0.56 | 0.45 |
| Hex | 32 | B2 | 65 | 48 | 0 | 2B | 1E | 90 | 38 | 2D |
| Octal | 62 | 262 | 145 | 110 | 0 | 53 | 36 | 220 | 70 | 55 |
| Binary | 110010 | 10110010 | 1100101 | 1001000 | 0 | 101011 | 11110 | 10010000 | 111000 | 101101 |
Color Harmonies of #32B265
Complementary color
Monochromatic Colors of #32B265
Black with #32B265
Text Example
Text Example
White with #32B265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B265; }
p { color: rgb(50,178,101); }
H1.HeaderClassName
{
color: #32B265;
}
.AnyTagClassName
{
color: #32B265;
}
</style>
background-color css
<style>
a { background-color: #32B265; }
a { background-color: rgb(50,178,101); }
div.DivClassName
{
background-color: #32B265;
}
.BgClassName
{
background-color: #32B265;
}
</style>
border-color css
<style>
span { border-color: #32B265; }
span { border-color: rgb(50,178,101); }
td.TdClassName
{
border-color: #32B265;
}
.TagClassName
{
border-color: #32B265;
}
</style>