Shades of Light Sea Green #32BAAF
Tints of Light Sea Green #32BAAF
RGB
CMYK
RGB Variations
Color information
#32BAAF (or 0x32BAAF) is known color: Light Sea Green. HEX triplet: 32, BA and AF. RGB value is (50,186,175). Sum of RGB (Red+Green+Blue) = 50+186+175=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #32BAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BAAF is #CD4550. Grayscale: #8F8F8F. Windows color (decimal): -13452625 or 11516466. OLE color: 11516466.
HSL color Cylindrical-coordinate representation of color #32BAAF: hue angle of 175.15º 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 #32BAAF is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 175 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.27 |
| HSL | 175.15º | 0.58% | 0.46% | - |
| HSV(B) | 175.15º | 0.73% | 0.73% | - |
| XYZ | 26.61 | 38.89 | 46.66 | - |
| YUV | 144.08 | 145.44 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 175 | 0.73 | 0 | 0.06 | 0.27 | 175.15 | 0.58 | 0.46 |
| Hex | 32 | BA | AF | 49 | 0 | 6 | 1B | AF | 3A | 2E |
| Octal | 62 | 272 | 257 | 111 | 0 | 6 | 33 | 257 | 72 | 56 |
| Binary | 110010 | 10111010 | 10101111 | 1001001 | 0 | 110 | 11011 | 10101111 | 111010 | 101110 |
Color Harmonies of #32BAAF
Complementary color
Monochromatic Colors of #32BAAF
Black with #32BAAF
Text Example
Text Example
White with #32BAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BAAF; }
p { color: rgb(50,186,175); }
H1.HeaderClassName
{
color: #32BAAF;
}
.AnyTagClassName
{
color: #32BAAF;
}
</style>
background-color css
<style>
a { background-color: #32BAAF; }
a { background-color: rgb(50,186,175); }
div.DivClassName
{
background-color: #32BAAF;
}
.BgClassName
{
background-color: #32BAAF;
}
</style>
border-color css
<style>
span { border-color: #32BAAF; }
span { border-color: rgb(50,186,175); }
td.TdClassName
{
border-color: #32BAAF;
}
.TagClassName
{
border-color: #32BAAF;
}
</style>