Shades of Light Sea Green #32B7AB
Tints of Light Sea Green #32B7AB
RGB
CMYK
RGB Variations
Color information
#32B7AB (or 0x32B7AB) is known color: Light Sea Green. HEX triplet: 32, B7 and AB. RGB value is (50,183,171). Sum of RGB (Red+Green+Blue) = 50+183+171=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #32B7AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B7AB is #CD4854. Grayscale: #8D8D8D. Windows color (decimal): -13453397 or 11253554. OLE color: 11253554.
HSL color Cylindrical-coordinate representation of color #32B7AB: hue angle of 174.59º 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 #32B7AB is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 171 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.28 |
| HSL | 174.59º | 0.57% | 0.46% | - |
| HSV(B) | 174.59º | 0.73% | 0.72% | - |
| XYZ | 25.6 | 37.49 | 44.41 | - |
| YUV | 141.87 | 144.44 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 171 | 0.73 | 0 | 0.07 | 0.28 | 174.59 | 0.57 | 0.46 |
| Hex | 32 | B7 | AB | 49 | 0 | 7 | 1C | AF | 39 | 2E |
| Octal | 62 | 267 | 253 | 111 | 0 | 7 | 34 | 257 | 71 | 56 |
| Binary | 110010 | 10110111 | 10101011 | 1001001 | 0 | 111 | 11100 | 10101111 | 111001 | 101110 |
Color Harmonies of #32B7AB
Complementary color
Monochromatic Colors of #32B7AB
Black with #32B7AB
Text Example
Text Example
White with #32B7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B7AB; }
p { color: rgb(50,183,171); }
H1.HeaderClassName
{
color: #32B7AB;
}
.AnyTagClassName
{
color: #32B7AB;
}
</style>
background-color css
<style>
a { background-color: #32B7AB; }
a { background-color: rgb(50,183,171); }
div.DivClassName
{
background-color: #32B7AB;
}
.BgClassName
{
background-color: #32B7AB;
}
</style>
border-color css
<style>
span { border-color: #32B7AB; }
span { border-color: rgb(50,183,171); }
td.TdClassName
{
border-color: #32B7AB;
}
.TagClassName
{
border-color: #32B7AB;
}
</style>