Shades of Light Sea Green #32C1AD
Tints of Light Sea Green #32C1AD
RGB
CMYK
RGB Variations
Color information
#32C1AD (or 0x32C1AD) is known color: Light Sea Green. HEX triplet: 32, C1 and AD. RGB value is (50,193,173). Sum of RGB (Red+Green+Blue) = 50+193+173=416 (55% of max value = 765). Red value is 50 (19.92% from 255 or 12.02% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #32C1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32C1AD is #CD3E52. Grayscale: #939393. Windows color (decimal): -13450835 or 11387186. OLE color: 11387186.
HSL color Cylindrical-coordinate representation of color #32C1AD: hue angle of 171.61º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C1AD is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 173 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.24 |
| HSL | 171.61º | 0.59% | 0.48% | - |
| HSV(B) | 171.61º | 0.74% | 0.76% | - |
| XYZ | 27.93 | 41.84 | 46.14 | - |
| YUV | 147.96 | 142.12 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 173 | 0.74 | 0 | 0.10 | 0.24 | 171.61 | 0.59 | 0.48 |
| Hex | 32 | C1 | AD | 4A | 0 | A | 18 | AC | 3B | 30 |
| Octal | 62 | 301 | 255 | 112 | 0 | 12 | 30 | 254 | 73 | 60 |
| Binary | 110010 | 11000001 | 10101101 | 1001010 | 0 | 1010 | 11000 | 10101100 | 111011 | 110000 |
Color Harmonies of #32C1AD
Complementary color
Monochromatic Colors of #32C1AD
Black with #32C1AD
Text Example
Text Example
White with #32C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C1AD; }
p { color: rgb(50,193,173); }
H1.HeaderClassName
{
color: #32C1AD;
}
.AnyTagClassName
{
color: #32C1AD;
}
</style>
background-color css
<style>
a { background-color: #32C1AD; }
a { background-color: rgb(50,193,173); }
div.DivClassName
{
background-color: #32C1AD;
}
.BgClassName
{
background-color: #32C1AD;
}
</style>
border-color css
<style>
span { border-color: #32C1AD; }
span { border-color: rgb(50,193,173); }
td.TdClassName
{
border-color: #32C1AD;
}
.TagClassName
{
border-color: #32C1AD;
}
</style>