Shades of Light Sea Green #32B8AB
Tints of Light Sea Green #32B8AB
RGB
CMYK
RGB Variations
Color information
#32B8AB (or 0x32B8AB) is known color: Light Sea Green. HEX triplet: 32, B8 and AB. RGB value is (50,184,171). Sum of RGB (Red+Green+Blue) = 50+184+171=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 184 - color contains mainly: green. Hex color #32B8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B8AB is #CD4754. Grayscale: #8E8E8E. Windows color (decimal): -13453141 or 11253810. OLE color: 11253810.
HSL color Cylindrical-coordinate representation of color #32B8AB: hue angle of 174.18º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B8AB is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 184 | 171 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.28 |
| HSL | 174.18º | 0.57% | 0.46% | - |
| HSV(B) | 174.18º | 0.73% | 0.72% | - |
| XYZ | 25.81 | 37.9 | 44.48 | - |
| YUV | 142.45 | 144.11 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 184 | 171 | 0.73 | 0 | 0.07 | 0.28 | 174.18 | 0.57 | 0.46 |
| Hex | 32 | B8 | AB | 49 | 0 | 7 | 1C | AE | 39 | 2E |
| Octal | 62 | 270 | 253 | 111 | 0 | 7 | 34 | 256 | 71 | 56 |
| Binary | 110010 | 10111000 | 10101011 | 1001001 | 0 | 111 | 11100 | 10101110 | 111001 | 101110 |
Color Harmonies of #32B8AB
Complementary color
Monochromatic Colors of #32B8AB
Black with #32B8AB
Text Example
Text Example
White with #32B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B8AB; }
p { color: rgb(50,184,171); }
H1.HeaderClassName
{
color: #32B8AB;
}
.AnyTagClassName
{
color: #32B8AB;
}
</style>
background-color css
<style>
a { background-color: #32B8AB; }
a { background-color: rgb(50,184,171); }
div.DivClassName
{
background-color: #32B8AB;
}
.BgClassName
{
background-color: #32B8AB;
}
</style>
border-color css
<style>
span { border-color: #32B8AB; }
span { border-color: rgb(50,184,171); }
td.TdClassName
{
border-color: #32B8AB;
}
.TagClassName
{
border-color: #32B8AB;
}
</style>