Shades of Light Sea Green #32BEAB
Tints of Light Sea Green #32BEAB
RGB
CMYK
RGB Variations
Color information
#32BEAB (or 0x32BEAB) is known color: Light Sea Green. HEX triplet: 32, BE and AB. RGB value is (50,190,171). Sum of RGB (Red+Green+Blue) = 50+190+171=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #32BEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BEAB is #CD4154. Grayscale: #919191. Windows color (decimal): -13451605 or 11255346. OLE color: 11255346.
HSL color Cylindrical-coordinate representation of color #32BEAB: hue angle of 171.86º 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 #32BEAB is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 171 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.25 |
| HSL | 171.86º | 0.58% | 0.47% | - |
| HSV(B) | 171.86º | 0.74% | 0.75% | - |
| XYZ | 27.08 | 40.45 | 44.91 | - |
| YUV | 145.97 | 142.12 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 171 | 0.74 | 0 | 0.10 | 0.25 | 171.86 | 0.58 | 0.47 |
| Hex | 32 | BE | AB | 4A | 0 | A | 19 | AC | 3A | 2F |
| Octal | 62 | 276 | 253 | 112 | 0 | 12 | 31 | 254 | 72 | 57 |
| Binary | 110010 | 10111110 | 10101011 | 1001010 | 0 | 1010 | 11001 | 10101100 | 111010 | 101111 |
Color Harmonies of #32BEAB
Complementary color
Monochromatic Colors of #32BEAB
Black with #32BEAB
Text Example
Text Example
White with #32BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEAB; }
p { color: rgb(50,190,171); }
H1.HeaderClassName
{
color: #32BEAB;
}
.AnyTagClassName
{
color: #32BEAB;
}
</style>
background-color css
<style>
a { background-color: #32BEAB; }
a { background-color: rgb(50,190,171); }
div.DivClassName
{
background-color: #32BEAB;
}
.BgClassName
{
background-color: #32BEAB;
}
</style>
border-color css
<style>
span { border-color: #32BEAB; }
span { border-color: rgb(50,190,171); }
td.TdClassName
{
border-color: #32BEAB;
}
.TagClassName
{
border-color: #32BEAB;
}
</style>