Shades of Light Sea Green #32ADA4
Tints of Light Sea Green #32ADA4
RGB
CMYK
RGB Variations
Color information
#32ADA4 (or 0x32ADA4) is known color: Light Sea Green. HEX triplet: 32, AD and A4. RGB value is (50,173,164). Sum of RGB (Red+Green+Blue) = 50+173+164=387 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.92% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #32ADA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32ADA4 is #CD525B. Grayscale: #878787. Windows color (decimal): -13455964 or 10792242. OLE color: 10792242.
HSL color Cylindrical-coordinate representation of color #32ADA4: hue angle of 175.61º 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 #32ADA4 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 173 | 164 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.32 |
| HSL | 175.61º | 0.55% | 0.44% | - |
| HSV(B) | 175.61º | 0.71% | 0.68% | - |
| XYZ | 22.96 | 33.25 | 40.33 | - |
| YUV | 135.2 | 144.25 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 164 | 0.71 | 0 | 0.05 | 0.32 | 175.61 | 0.55 | 0.44 |
| Hex | 32 | AD | A4 | 47 | 0 | 5 | 20 | B0 | 37 | 2C |
| Octal | 62 | 255 | 244 | 107 | 0 | 5 | 40 | 260 | 67 | 54 |
| Binary | 110010 | 10101101 | 10100100 | 1000111 | 0 | 101 | 100000 | 10110000 | 110111 | 101100 |
Color Harmonies of #32ADA4
Complementary color
Monochromatic Colors of #32ADA4
Black with #32ADA4
Text Example
Text Example
White with #32ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADA4; }
p { color: rgb(50,173,164); }
H1.HeaderClassName
{
color: #32ADA4;
}
.AnyTagClassName
{
color: #32ADA4;
}
</style>
background-color css
<style>
a { background-color: #32ADA4; }
a { background-color: rgb(50,173,164); }
div.DivClassName
{
background-color: #32ADA4;
}
.BgClassName
{
background-color: #32ADA4;
}
</style>
border-color css
<style>
span { border-color: #32ADA4; }
span { border-color: rgb(50,173,164); }
td.TdClassName
{
border-color: #32ADA4;
}
.TagClassName
{
border-color: #32ADA4;
}
</style>