Shades of Light Sea Green #32ACAA
Tints of Light Sea Green #32ACAA
RGB
CMYK
RGB Variations
Color information
#32ACAA (or 0x32ACAA) is known color: Light Sea Green. HEX triplet: 32, AC and AA. RGB value is (50,172,170). Sum of RGB (Red+Green+Blue) = 50+172+170=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #32ACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32ACAA is #CD5355. Grayscale: #878787. Windows color (decimal): -13456214 or 11185202. OLE color: 11185202.
HSL color Cylindrical-coordinate representation of color #32ACAA: hue angle of 179.02º 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 #32ACAA is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 170 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.33 |
| HSL | 179.02º | 0.55% | 0.44% | - |
| HSV(B) | 179.02º | 0.71% | 0.67% | - |
| XYZ | 23.32 | 33.09 | 43.19 | - |
| YUV | 135.29 | 147.58 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 170 | 0.71 | 0 | 0.01 | 0.33 | 179.02 | 0.55 | 0.44 |
| Hex | 32 | AC | AA | 47 | 0 | 1 | 21 | B3 | 37 | 2C |
| Octal | 62 | 254 | 252 | 107 | 0 | 1 | 41 | 263 | 67 | 54 |
| Binary | 110010 | 10101100 | 10101010 | 1000111 | 0 | 1 | 100001 | 10110011 | 110111 | 101100 |
Color Harmonies of #32ACAA
Complementary color
Monochromatic Colors of #32ACAA
Black with #32ACAA
Text Example
Text Example
White with #32ACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ACAA; }
p { color: rgb(50,172,170); }
H1.HeaderClassName
{
color: #32ACAA;
}
.AnyTagClassName
{
color: #32ACAA;
}
</style>
background-color css
<style>
a { background-color: #32ACAA; }
a { background-color: rgb(50,172,170); }
div.DivClassName
{
background-color: #32ACAA;
}
.BgClassName
{
background-color: #32ACAA;
}
</style>
border-color css
<style>
span { border-color: #32ACAA; }
span { border-color: rgb(50,172,170); }
td.TdClassName
{
border-color: #32ACAA;
}
.TagClassName
{
border-color: #32ACAA;
}
</style>