Shades of Light Sea Green #32AEA2
Tints of Light Sea Green #32AEA2
RGB
CMYK
RGB Variations
Color information
#32AEA2 (or 0x32AEA2) is known color: Light Sea Green. HEX triplet: 32, AE and A2. RGB value is (50,174,162). Sum of RGB (Red+Green+Blue) = 50+174+162=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #32AEA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AEA2 is #CD515D. Grayscale: #878787. Windows color (decimal): -13455710 or 10661426. OLE color: 10661426.
HSL color Cylindrical-coordinate representation of color #32AEA2: hue angle of 174.19º 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 #32AEA2 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 162 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.32 |
| HSL | 174.19º | 0.55% | 0.44% | - |
| HSV(B) | 174.19º | 0.71% | 0.68% | - |
| XYZ | 22.97 | 33.56 | 39.45 | - |
| YUV | 135.56 | 142.92 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 162 | 0.71 | 0 | 0.07 | 0.32 | 174.19 | 0.55 | 0.44 |
| Hex | 32 | AE | A2 | 47 | 0 | 7 | 20 | AE | 37 | 2C |
| Octal | 62 | 256 | 242 | 107 | 0 | 7 | 40 | 256 | 67 | 54 |
| Binary | 110010 | 10101110 | 10100010 | 1000111 | 0 | 111 | 100000 | 10101110 | 110111 | 101100 |
Color Harmonies of #32AEA2
Complementary color
Monochromatic Colors of #32AEA2
Black with #32AEA2
Text Example
Text Example
White with #32AEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AEA2; }
p { color: rgb(50,174,162); }
H1.HeaderClassName
{
color: #32AEA2;
}
.AnyTagClassName
{
color: #32AEA2;
}
</style>
background-color css
<style>
a { background-color: #32AEA2; }
a { background-color: rgb(50,174,162); }
div.DivClassName
{
background-color: #32AEA2;
}
.BgClassName
{
background-color: #32AEA2;
}
</style>
border-color css
<style>
span { border-color: #32AEA2; }
span { border-color: rgb(50,174,162); }
td.TdClassName
{
border-color: #32AEA2;
}
.TagClassName
{
border-color: #32AEA2;
}
</style>