Shades of Light Sea Green #32AFAC
Tints of Light Sea Green #32AFAC
RGB
CMYK
RGB Variations
Color information
#32AFAC (or 0x32AFAC) is known color: Light Sea Green. HEX triplet: 32, AF and AC. RGB value is (50,175,172). Sum of RGB (Red+Green+Blue) = 50+175+172=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #32AFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AFAC is #CD5053. Grayscale: #898989. Windows color (decimal): -13455444 or 11317042. OLE color: 11317042.
HSL color Cylindrical-coordinate representation of color #32AFAC: hue angle of 178.56º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AFAC is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 172 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.31 |
| HSL | 178.56º | 0.56% | 0.44% | - |
| HSV(B) | 178.56º | 0.71% | 0.69% | - |
| XYZ | 24.09 | 34.32 | 44.38 | - |
| YUV | 137.28 | 147.59 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 172 | 0.71 | 0 | 0.02 | 0.31 | 178.56 | 0.56 | 0.44 |
| Hex | 32 | AF | AC | 47 | 0 | 2 | 1F | B3 | 38 | 2C |
| Octal | 62 | 257 | 254 | 107 | 0 | 2 | 37 | 263 | 70 | 54 |
| Binary | 110010 | 10101111 | 10101100 | 1000111 | 0 | 10 | 11111 | 10110011 | 111000 | 101100 |
Color Harmonies of #32AFAC
Complementary color
Monochromatic Colors of #32AFAC
Black with #32AFAC
Text Example
Text Example
White with #32AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFAC; }
p { color: rgb(50,175,172); }
H1.HeaderClassName
{
color: #32AFAC;
}
.AnyTagClassName
{
color: #32AFAC;
}
</style>
background-color css
<style>
a { background-color: #32AFAC; }
a { background-color: rgb(50,175,172); }
div.DivClassName
{
background-color: #32AFAC;
}
.BgClassName
{
background-color: #32AFAC;
}
</style>
border-color css
<style>
span { border-color: #32AFAC; }
span { border-color: rgb(50,175,172); }
td.TdClassName
{
border-color: #32AFAC;
}
.TagClassName
{
border-color: #32AFAC;
}
</style>