Shades of Light Sea Green #32BAB9
Tints of Light Sea Green #32BAB9
RGB
CMYK
RGB Variations
Color information
#32BAB9 (or 0x32BAB9) is known color: Light Sea Green. HEX triplet: 32, BA and B9. RGB value is (50,186,185). Sum of RGB (Red+Green+Blue) = 50+186+185=421 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.88% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #32BAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BAB9 is #CD4546. Grayscale: #919191. Windows color (decimal): -13452615 or 12171826. OLE color: 12171826.
HSL color Cylindrical-coordinate representation of color #32BAB9: hue angle of 179.56º 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 #32BAB9 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 185 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.27 |
| HSL | 179.56º | 0.58% | 0.46% | - |
| HSV(B) | 179.56º | 0.73% | 0.73% | - |
| XYZ | 27.63 | 39.3 | 52.03 | - |
| YUV | 145.22 | 150.44 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 185 | 0.73 | 0 | 0.01 | 0.27 | 179.56 | 0.58 | 0.46 |
| Hex | 32 | BA | B9 | 49 | 0 | 1 | 1B | B4 | 3A | 2E |
| Octal | 62 | 272 | 271 | 111 | 0 | 1 | 33 | 264 | 72 | 56 |
| Binary | 110010 | 10111010 | 10111001 | 1001001 | 0 | 1 | 11011 | 10110100 | 111010 | 101110 |
Color Harmonies of #32BAB9
Complementary color
Monochromatic Colors of #32BAB9
Black with #32BAB9
Text Example
Text Example
White with #32BAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BAB9; }
p { color: rgb(50,186,185); }
H1.HeaderClassName
{
color: #32BAB9;
}
.AnyTagClassName
{
color: #32BAB9;
}
</style>
background-color css
<style>
a { background-color: #32BAB9; }
a { background-color: rgb(50,186,185); }
div.DivClassName
{
background-color: #32BAB9;
}
.BgClassName
{
background-color: #32BAB9;
}
</style>
border-color css
<style>
span { border-color: #32BAB9; }
span { border-color: rgb(50,186,185); }
td.TdClassName
{
border-color: #32BAB9;
}
.TagClassName
{
border-color: #32BAB9;
}
</style>