Shades of Light Sea Green #32BEAC
Tints of Light Sea Green #32BEAC
RGB
CMYK
RGB Variations
Color information
#32BEAC (or 0x32BEAC) is known color: Light Sea Green. HEX triplet: 32, BE and AC. RGB value is (50,190,172). Sum of RGB (Red+Green+Blue) = 50+190+172=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #32BEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BEAC is #CD4153. Grayscale: #929292. Windows color (decimal): -13451604 or 11320882. OLE color: 11320882.
HSL color Cylindrical-coordinate representation of color #32BEAC: hue angle of 172.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BEAC is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 172 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.25 |
| HSL | 172.29º | 0.58% | 0.47% | - |
| HSV(B) | 172.29º | 0.74% | 0.75% | - |
| XYZ | 27.18 | 40.48 | 45.41 | - |
| YUV | 146.09 | 142.62 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 172 | 0.74 | 0 | 0.09 | 0.25 | 172.29 | 0.58 | 0.47 |
| Hex | 32 | BE | AC | 4A | 0 | 9 | 19 | AC | 3A | 2F |
| Octal | 62 | 276 | 254 | 112 | 0 | 11 | 31 | 254 | 72 | 57 |
| Binary | 110010 | 10111110 | 10101100 | 1001010 | 0 | 1001 | 11001 | 10101100 | 111010 | 101111 |
Color Harmonies of #32BEAC
Complementary color
Monochromatic Colors of #32BEAC
Black with #32BEAC
Text Example
Text Example
White with #32BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEAC; }
p { color: rgb(50,190,172); }
H1.HeaderClassName
{
color: #32BEAC;
}
.AnyTagClassName
{
color: #32BEAC;
}
</style>
background-color css
<style>
a { background-color: #32BEAC; }
a { background-color: rgb(50,190,172); }
div.DivClassName
{
background-color: #32BEAC;
}
.BgClassName
{
background-color: #32BEAC;
}
</style>
border-color css
<style>
span { border-color: #32BEAC; }
span { border-color: rgb(50,190,172); }
td.TdClassName
{
border-color: #32BEAC;
}
.TagClassName
{
border-color: #32BEAC;
}
</style>