Shades of Light Sea Green #32AEA5
Tints of Light Sea Green #32AEA5
RGB
CMYK
RGB Variations
Color information
#32AEA5 (or 0x32AEA5) is known color: Light Sea Green. HEX triplet: 32, AE and A5. RGB value is (50,174,165). Sum of RGB (Red+Green+Blue) = 50+174+165=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #32AEA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AEA5 is #CD515A. Grayscale: #878787. Windows color (decimal): -13455707 or 10858034. OLE color: 10858034.
HSL color Cylindrical-coordinate representation of color #32AEA5: hue angle of 175.65º 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 #32AEA5 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 165 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.32 |
| HSL | 175.65º | 0.55% | 0.44% | - |
| HSV(B) | 175.65º | 0.71% | 0.68% | - |
| XYZ | 23.24 | 33.67 | 40.87 | - |
| YUV | 135.9 | 144.42 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 165 | 0.71 | 0 | 0.05 | 0.32 | 175.65 | 0.55 | 0.44 |
| Hex | 32 | AE | A5 | 47 | 0 | 5 | 20 | B0 | 37 | 2C |
| Octal | 62 | 256 | 245 | 107 | 0 | 5 | 40 | 260 | 67 | 54 |
| Binary | 110010 | 10101110 | 10100101 | 1000111 | 0 | 101 | 100000 | 10110000 | 110111 | 101100 |
Color Harmonies of #32AEA5
Complementary color
Monochromatic Colors of #32AEA5
Black with #32AEA5
Text Example
Text Example
White with #32AEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AEA5; }
p { color: rgb(50,174,165); }
H1.HeaderClassName
{
color: #32AEA5;
}
.AnyTagClassName
{
color: #32AEA5;
}
</style>
background-color css
<style>
a { background-color: #32AEA5; }
a { background-color: rgb(50,174,165); }
div.DivClassName
{
background-color: #32AEA5;
}
.BgClassName
{
background-color: #32AEA5;
}
</style>
border-color css
<style>
span { border-color: #32AEA5; }
span { border-color: rgb(50,174,165); }
td.TdClassName
{
border-color: #32AEA5;
}
.TagClassName
{
border-color: #32AEA5;
}
</style>