Shades of Light Sea Green #32B7AC
Tints of Light Sea Green #32B7AC
RGB
CMYK
RGB Variations
Color information
#32B7AC (or 0x32B7AC) is known color: Light Sea Green. HEX triplet: 32, B7 and AC. RGB value is (50,183,172). Sum of RGB (Red+Green+Blue) = 50+183+172=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 183 - color contains mainly: green. Hex color #32B7AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B7AC is #CD4853. Grayscale: #8D8D8D. Windows color (decimal): -13453396 or 11319090. OLE color: 11319090.
HSL color Cylindrical-coordinate representation of color #32B7AC: hue angle of 175.04º 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 #32B7AC is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 172 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.28 |
| HSL | 175.04º | 0.57% | 0.46% | - |
| HSV(B) | 175.04º | 0.73% | 0.72% | - |
| XYZ | 25.7 | 37.52 | 44.92 | - |
| YUV | 141.98 | 144.94 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 172 | 0.73 | 0 | 0.06 | 0.28 | 175.04 | 0.57 | 0.46 |
| Hex | 32 | B7 | AC | 49 | 0 | 6 | 1C | AF | 39 | 2E |
| Octal | 62 | 267 | 254 | 111 | 0 | 6 | 34 | 257 | 71 | 56 |
| Binary | 110010 | 10110111 | 10101100 | 1001001 | 0 | 110 | 11100 | 10101111 | 111001 | 101110 |
Color Harmonies of #32B7AC
Complementary color
Monochromatic Colors of #32B7AC
Black with #32B7AC
Text Example
Text Example
White with #32B7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B7AC; }
p { color: rgb(50,183,172); }
H1.HeaderClassName
{
color: #32B7AC;
}
.AnyTagClassName
{
color: #32B7AC;
}
</style>
background-color css
<style>
a { background-color: #32B7AC; }
a { background-color: rgb(50,183,172); }
div.DivClassName
{
background-color: #32B7AC;
}
.BgClassName
{
background-color: #32B7AC;
}
</style>
border-color css
<style>
span { border-color: #32B7AC; }
span { border-color: rgb(50,183,172); }
td.TdClassName
{
border-color: #32B7AC;
}
.TagClassName
{
border-color: #32B7AC;
}
</style>