Shades of Light Sea Green #32AC9F
Tints of Light Sea Green #32AC9F
RGB
CMYK
RGB Variations
Color information
#32AC9F (or 0x32AC9F) is known color: Light Sea Green. HEX triplet: 32, AC and 9F. RGB value is (50,172,159). Sum of RGB (Red+Green+Blue) = 50+172+159=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AC9F is #CD5360. Grayscale: #858585. Windows color (decimal): -13456225 or 10464306. OLE color: 10464306.
HSL color Cylindrical-coordinate representation of color #32AC9F: hue angle of 173.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AC9F is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 159 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.33 |
| HSL | 173.61º | 0.55% | 0.44% | - |
| HSV(B) | 173.61º | 0.71% | 0.67% | - |
| XYZ | 22.33 | 32.69 | 37.93 | - |
| YUV | 134.04 | 142.08 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 159 | 0.71 | 0 | 0.08 | 0.33 | 173.61 | 0.55 | 0.44 |
| Hex | 32 | AC | 9F | 47 | 0 | 8 | 21 | AE | 37 | 2C |
| Octal | 62 | 254 | 237 | 107 | 0 | 10 | 41 | 256 | 67 | 54 |
| Binary | 110010 | 10101100 | 10011111 | 1000111 | 0 | 1000 | 100001 | 10101110 | 110111 | 101100 |
Color Harmonies of #32AC9F
Complementary color
Monochromatic Colors of #32AC9F
Black with #32AC9F
Text Example
Text Example
White with #32AC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC9F; }
p { color: rgb(50,172,159); }
H1.HeaderClassName
{
color: #32AC9F;
}
.AnyTagClassName
{
color: #32AC9F;
}
</style>
background-color css
<style>
a { background-color: #32AC9F; }
a { background-color: rgb(50,172,159); }
div.DivClassName
{
background-color: #32AC9F;
}
.BgClassName
{
background-color: #32AC9F;
}
</style>
border-color css
<style>
span { border-color: #32AC9F; }
span { border-color: rgb(50,172,159); }
td.TdClassName
{
border-color: #32AC9F;
}
.TagClassName
{
border-color: #32AC9F;
}
</style>