Shades of Light Sea Green #32AFA3
Tints of Light Sea Green #32AFA3
RGB
CMYK
RGB Variations
Color information
#32AFA3 (or 0x32AFA3) is known color: Light Sea Green. HEX triplet: 32, AF and A3. RGB value is (50,175,163). Sum of RGB (Red+Green+Blue) = 50+175+163=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #32AFA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AFA3 is #CD505C. Grayscale: #888888. Windows color (decimal): -13455453 or 10727218. OLE color: 10727218.
HSL color Cylindrical-coordinate representation of color #32AFA3: hue angle of 174.24º 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 #32AFA3 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 163 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.31 |
| HSL | 174.24º | 0.56% | 0.44% | - |
| HSV(B) | 174.24º | 0.71% | 0.69% | - |
| XYZ | 23.26 | 33.98 | 39.98 | - |
| YUV | 136.26 | 143.09 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 163 | 0.71 | 0 | 0.07 | 0.31 | 174.24 | 0.56 | 0.44 |
| Hex | 32 | AF | A3 | 47 | 0 | 7 | 1F | AE | 38 | 2C |
| Octal | 62 | 257 | 243 | 107 | 0 | 7 | 37 | 256 | 70 | 54 |
| Binary | 110010 | 10101111 | 10100011 | 1000111 | 0 | 111 | 11111 | 10101110 | 111000 | 101100 |
Color Harmonies of #32AFA3
Complementary color
Monochromatic Colors of #32AFA3
Black with #32AFA3
Text Example
Text Example
White with #32AFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFA3; }
p { color: rgb(50,175,163); }
H1.HeaderClassName
{
color: #32AFA3;
}
.AnyTagClassName
{
color: #32AFA3;
}
</style>
background-color css
<style>
a { background-color: #32AFA3; }
a { background-color: rgb(50,175,163); }
div.DivClassName
{
background-color: #32AFA3;
}
.BgClassName
{
background-color: #32AFA3;
}
</style>
border-color css
<style>
span { border-color: #32AFA3; }
span { border-color: rgb(50,175,163); }
td.TdClassName
{
border-color: #32AFA3;
}
.TagClassName
{
border-color: #32AFA3;
}
</style>