Shades of Light Sea Green #32BBAC
Tints of Light Sea Green #32BBAC
RGB
CMYK
RGB Variations
Color information
#32BBAC (or 0x32BBAC) is known color: Light Sea Green. HEX triplet: 32, BB and AC. RGB value is (50,187,172). Sum of RGB (Red+Green+Blue) = 50+187+172=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #32BBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BBAC is #CD4453. Grayscale: #909090. Windows color (decimal): -13452372 or 11320114. OLE color: 11320114.
HSL color Cylindrical-coordinate representation of color #32BBAC: hue angle of 173.43º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BBAC is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 172 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.27 |
| HSL | 173.43º | 0.58% | 0.46% | - |
| HSV(B) | 173.43º | 0.73% | 0.73% | - |
| XYZ | 26.53 | 39.2 | 45.2 | - |
| YUV | 144.33 | 143.61 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 172 | 0.73 | 0 | 0.08 | 0.27 | 173.43 | 0.58 | 0.46 |
| Hex | 32 | BB | AC | 49 | 0 | 8 | 1B | AD | 3A | 2E |
| Octal | 62 | 273 | 254 | 111 | 0 | 10 | 33 | 255 | 72 | 56 |
| Binary | 110010 | 10111011 | 10101100 | 1001001 | 0 | 1000 | 11011 | 10101101 | 111010 | 101110 |
Color Harmonies of #32BBAC
Complementary color
Monochromatic Colors of #32BBAC
Black with #32BBAC
Text Example
Text Example
White with #32BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BBAC; }
p { color: rgb(50,187,172); }
H1.HeaderClassName
{
color: #32BBAC;
}
.AnyTagClassName
{
color: #32BBAC;
}
</style>
background-color css
<style>
a { background-color: #32BBAC; }
a { background-color: rgb(50,187,172); }
div.DivClassName
{
background-color: #32BBAC;
}
.BgClassName
{
background-color: #32BBAC;
}
</style>
border-color css
<style>
span { border-color: #32BBAC; }
span { border-color: rgb(50,187,172); }
td.TdClassName
{
border-color: #32BBAC;
}
.TagClassName
{
border-color: #32BBAC;
}
</style>