Shades of Light Sea Green #32B49F
Tints of Light Sea Green #32B49F
RGB
CMYK
RGB Variations
Color information
#32B49F (or 0x32B49F) is known color: Light Sea Green. HEX triplet: 32, B4 and 9F. RGB value is (50,180,159). Sum of RGB (Red+Green+Blue) = 50+180+159=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #32B49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B49F is #CD4B60. Grayscale: #8A8A8A. Windows color (decimal): -13454177 or 10466354. OLE color: 10466354.
HSL color Cylindrical-coordinate representation of color #32B49F: hue angle of 170.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B49F is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 159 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.29 |
| HSL | 170.31º | 0.57% | 0.45% | - |
| HSV(B) | 170.31º | 0.72% | 0.71% | - |
| XYZ | 23.89 | 35.82 | 38.46 | - |
| YUV | 138.74 | 139.43 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 159 | 0.72 | 0 | 0.12 | 0.29 | 170.31 | 0.57 | 0.45 |
| Hex | 32 | B4 | 9F | 48 | 0 | C | 1D | AA | 39 | 2D |
| Octal | 62 | 264 | 237 | 110 | 0 | 14 | 35 | 252 | 71 | 55 |
| Binary | 110010 | 10110100 | 10011111 | 1001000 | 0 | 1100 | 11101 | 10101010 | 111001 | 101101 |
Color Harmonies of #32B49F
Complementary color
Monochromatic Colors of #32B49F
Black with #32B49F
Text Example
Text Example
White with #32B49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B49F; }
p { color: rgb(50,180,159); }
H1.HeaderClassName
{
color: #32B49F;
}
.AnyTagClassName
{
color: #32B49F;
}
</style>
background-color css
<style>
a { background-color: #32B49F; }
a { background-color: rgb(50,180,159); }
div.DivClassName
{
background-color: #32B49F;
}
.BgClassName
{
background-color: #32B49F;
}
</style>
border-color css
<style>
span { border-color: #32B49F; }
span { border-color: rgb(50,180,159); }
td.TdClassName
{
border-color: #32B49F;
}
.TagClassName
{
border-color: #32B49F;
}
</style>