Shades of Light Sea Green #32B6AB
Tints of Light Sea Green #32B6AB
RGB
CMYK
RGB Variations
Color information
#32B6AB (or 0x32B6AB) is known color: Light Sea Green. HEX triplet: 32, B6 and AB. RGB value is (50,182,171). Sum of RGB (Red+Green+Blue) = 50+182+171=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 182 - color contains mainly: green. Hex color #32B6AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B6AB is #CD4954. Grayscale: #8D8D8D. Windows color (decimal): -13453653 or 11253298. OLE color: 11253298.
HSL color Cylindrical-coordinate representation of color #32B6AB: hue angle of 175º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B6AB is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 182 | 171 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.29 |
| HSL | 175º | 0.57% | 0.45% | - |
| HSV(B) | 175º | 0.73% | 0.71% | - |
| XYZ | 25.39 | 37.07 | 44.35 | - |
| YUV | 141.28 | 144.77 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 182 | 171 | 0.73 | 0 | 0.06 | 0.29 | 175 | 0.57 | 0.45 |
| Hex | 32 | B6 | AB | 49 | 0 | 6 | 1D | AF | 39 | 2D |
| Octal | 62 | 266 | 253 | 111 | 0 | 6 | 35 | 257 | 71 | 55 |
| Binary | 110010 | 10110110 | 10101011 | 1001001 | 0 | 110 | 11101 | 10101111 | 111001 | 101101 |
Color Harmonies of #32B6AB
Complementary color
Monochromatic Colors of #32B6AB
Black with #32B6AB
Text Example
Text Example
White with #32B6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B6AB; }
p { color: rgb(50,182,171); }
H1.HeaderClassName
{
color: #32B6AB;
}
.AnyTagClassName
{
color: #32B6AB;
}
</style>
background-color css
<style>
a { background-color: #32B6AB; }
a { background-color: rgb(50,182,171); }
div.DivClassName
{
background-color: #32B6AB;
}
.BgClassName
{
background-color: #32B6AB;
}
</style>
border-color css
<style>
span { border-color: #32B6AB; }
span { border-color: rgb(50,182,171); }
td.TdClassName
{
border-color: #32B6AB;
}
.TagClassName
{
border-color: #32B6AB;
}
</style>