Shades of Light Sea Green #32AEA1
Tints of Light Sea Green #32AEA1
RGB
CMYK
RGB Variations
Color information
#32AEA1 (or 0x32AEA1) is known color: Light Sea Green. HEX triplet: 32, AE and A1. RGB value is (50,174,161). Sum of RGB (Red+Green+Blue) = 50+174+161=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #32AEA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AEA1 is #CD515E. Grayscale: #878787. Windows color (decimal): -13455711 or 10595890. OLE color: 10595890.
HSL color Cylindrical-coordinate representation of color #32AEA1: hue angle of 173.71º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AEA1 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 161 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.32 |
| HSL | 173.71º | 0.55% | 0.44% | - |
| HSV(B) | 173.71º | 0.71% | 0.68% | - |
| XYZ | 22.88 | 33.52 | 38.98 | - |
| YUV | 135.44 | 142.42 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 161 | 0.71 | 0 | 0.07 | 0.32 | 173.71 | 0.55 | 0.44 |
| Hex | 32 | AE | A1 | 47 | 0 | 7 | 20 | AE | 37 | 2C |
| Octal | 62 | 256 | 241 | 107 | 0 | 7 | 40 | 256 | 67 | 54 |
| Binary | 110010 | 10101110 | 10100001 | 1000111 | 0 | 111 | 100000 | 10101110 | 110111 | 101100 |
Color Harmonies of #32AEA1
Complementary color
Monochromatic Colors of #32AEA1
Black with #32AEA1
Text Example
Text Example
White with #32AEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AEA1; }
p { color: rgb(50,174,161); }
H1.HeaderClassName
{
color: #32AEA1;
}
.AnyTagClassName
{
color: #32AEA1;
}
</style>
background-color css
<style>
a { background-color: #32AEA1; }
a { background-color: rgb(50,174,161); }
div.DivClassName
{
background-color: #32AEA1;
}
.BgClassName
{
background-color: #32AEA1;
}
</style>
border-color css
<style>
span { border-color: #32AEA1; }
span { border-color: rgb(50,174,161); }
td.TdClassName
{
border-color: #32AEA1;
}
.TagClassName
{
border-color: #32AEA1;
}
</style>