Shades of Light Sea Green #32AFA4
Tints of Light Sea Green #32AFA4
RGB
CMYK
RGB Variations
Color information
#32AFA4 (or 0x32AFA4) is known color: Light Sea Green. HEX triplet: 32, AF and A4. RGB value is (50,175,164). Sum of RGB (Red+Green+Blue) = 50+175+164=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #32AFA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AFA4 is #CD505B. Grayscale: #888888. Windows color (decimal): -13455452 or 10792754. OLE color: 10792754.
HSL color Cylindrical-coordinate representation of color #32AFA4: hue angle of 174.72º 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 #32AFA4 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 164 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.31 |
| HSL | 174.72º | 0.56% | 0.44% | - |
| HSV(B) | 174.72º | 0.71% | 0.69% | - |
| XYZ | 23.35 | 34.02 | 40.46 | - |
| YUV | 136.37 | 143.59 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 164 | 0.71 | 0 | 0.06 | 0.31 | 174.72 | 0.56 | 0.44 |
| Hex | 32 | AF | A4 | 47 | 0 | 6 | 1F | AF | 38 | 2C |
| Octal | 62 | 257 | 244 | 107 | 0 | 6 | 37 | 257 | 70 | 54 |
| Binary | 110010 | 10101111 | 10100100 | 1000111 | 0 | 110 | 11111 | 10101111 | 111000 | 101100 |
Color Harmonies of #32AFA4
Complementary color
Monochromatic Colors of #32AFA4
Black with #32AFA4
Text Example
Text Example
White with #32AFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFA4; }
p { color: rgb(50,175,164); }
H1.HeaderClassName
{
color: #32AFA4;
}
.AnyTagClassName
{
color: #32AFA4;
}
</style>
background-color css
<style>
a { background-color: #32AFA4; }
a { background-color: rgb(50,175,164); }
div.DivClassName
{
background-color: #32AFA4;
}
.BgClassName
{
background-color: #32AFA4;
}
</style>
border-color css
<style>
span { border-color: #32AFA4; }
span { border-color: rgb(50,175,164); }
td.TdClassName
{
border-color: #32AFA4;
}
.TagClassName
{
border-color: #32AFA4;
}
</style>