Shades of Light Sea Green #32B9AB
Tints of Light Sea Green #32B9AB
RGB
CMYK
RGB Variations
Color information
#32B9AB (or 0x32B9AB) is known color: Light Sea Green. HEX triplet: 32, B9 and AB. RGB value is (50,185,171). Sum of RGB (Red+Green+Blue) = 50+185+171=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #32B9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B9AB is #CD4654. Grayscale: #8E8E8E. Windows color (decimal): -13452885 or 11254066. OLE color: 11254066.
HSL color Cylindrical-coordinate representation of color #32B9AB: hue angle of 173.78º degrees, saturation: 0.57, 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 #32B9AB is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 185 | 171 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.27 |
| HSL | 173.78º | 0.57% | 0.46% | - |
| HSV(B) | 173.78º | 0.73% | 0.73% | - |
| XYZ | 26.02 | 38.32 | 44.55 | - |
| YUV | 143.04 | 143.77 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 171 | 0.73 | 0 | 0.08 | 0.27 | 173.78 | 0.57 | 0.46 |
| Hex | 32 | B9 | AB | 49 | 0 | 8 | 1B | AE | 39 | 2E |
| Octal | 62 | 271 | 253 | 111 | 0 | 10 | 33 | 256 | 71 | 56 |
| Binary | 110010 | 10111001 | 10101011 | 1001001 | 0 | 1000 | 11011 | 10101110 | 111001 | 101110 |
Color Harmonies of #32B9AB
Complementary color
Monochromatic Colors of #32B9AB
Black with #32B9AB
Text Example
Text Example
White with #32B9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B9AB; }
p { color: rgb(50,185,171); }
H1.HeaderClassName
{
color: #32B9AB;
}
.AnyTagClassName
{
color: #32B9AB;
}
</style>
background-color css
<style>
a { background-color: #32B9AB; }
a { background-color: rgb(50,185,171); }
div.DivClassName
{
background-color: #32B9AB;
}
.BgClassName
{
background-color: #32B9AB;
}
</style>
border-color css
<style>
span { border-color: #32B9AB; }
span { border-color: rgb(50,185,171); }
td.TdClassName
{
border-color: #32B9AB;
}
.TagClassName
{
border-color: #32B9AB;
}
</style>