Shades of Light Sea Green #32AEAE
Tints of Light Sea Green #32AEAE
RGB
CMYK
RGB Variations
Color information
#32AEAE (or 0x32AEAE) is known color: Light Sea Green. HEX triplet: 32, AE and AE. RGB value is (50,174,174). Sum of RGB (Red+Green+Blue) = 50+174+174=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #32AEAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AEAE is #CD5151. Grayscale: #888888. Windows color (decimal): -13455698 or 11447858. OLE color: 11447858.
HSL color Cylindrical-coordinate representation of color #32AEAE: hue angle of 180º 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 #32AEAE is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 174 | - |
| CMYK | 0.71 | 0 | 0 | 0.32 |
| HSL | 180º | 0.55% | 0.44% | - |
| HSV(B) | 180º | 0.71% | 0.68% | - |
| XYZ | 24.09 | 34.01 | 45.34 | - |
| YUV | 136.92 | 148.92 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 174 | 0.71 | 0 | 0 | 0.32 | 180 | 0.55 | 0.44 |
| Hex | 32 | AE | AE | 47 | 0 | 0 | 20 | B4 | 37 | 2C |
| Octal | 62 | 256 | 256 | 107 | 0 | 0 | 40 | 264 | 67 | 54 |
| Binary | 110010 | 10101110 | 10101110 | 1000111 | 0 | 0 | 100000 | 10110100 | 110111 | 101100 |
Color Harmonies of #32AEAE
Complementary color
Monochromatic Colors of #32AEAE
Black with #32AEAE
Text Example
Text Example
White with #32AEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AEAE; }
p { color: rgb(50,174,174); }
H1.HeaderClassName
{
color: #32AEAE;
}
.AnyTagClassName
{
color: #32AEAE;
}
</style>
background-color css
<style>
a { background-color: #32AEAE; }
a { background-color: rgb(50,174,174); }
div.DivClassName
{
background-color: #32AEAE;
}
.BgClassName
{
background-color: #32AEAE;
}
</style>
border-color css
<style>
span { border-color: #32AEAE; }
span { border-color: rgb(50,174,174); }
td.TdClassName
{
border-color: #32AEAE;
}
.TagClassName
{
border-color: #32AEAE;
}
</style>