Shades of Light Sea Green #32AFA6
Tints of Light Sea Green #32AFA6
RGB
CMYK
RGB Variations
Color information
#32AFA6 (or 0x32AFA6) is known color: Light Sea Green. HEX triplet: 32, AF and A6. RGB value is (50,175,166). Sum of RGB (Red+Green+Blue) = 50+175+166=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #32AFA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AFA6 is #CD5059. Grayscale: #888888. Windows color (decimal): -13455450 or 10923826. OLE color: 10923826.
HSL color Cylindrical-coordinate representation of color #32AFA6: hue angle of 175.68º 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 #32AFA6 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 166 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.31 |
| HSL | 175.68º | 0.56% | 0.44% | - |
| HSV(B) | 175.68º | 0.71% | 0.69% | - |
| XYZ | 23.53 | 34.09 | 41.42 | - |
| YUV | 136.6 | 144.59 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 166 | 0.71 | 0 | 0.05 | 0.31 | 175.68 | 0.56 | 0.44 |
| Hex | 32 | AF | A6 | 47 | 0 | 5 | 1F | B0 | 38 | 2C |
| Octal | 62 | 257 | 246 | 107 | 0 | 5 | 37 | 260 | 70 | 54 |
| Binary | 110010 | 10101111 | 10100110 | 1000111 | 0 | 101 | 11111 | 10110000 | 111000 | 101100 |
Color Harmonies of #32AFA6
Complementary color
Monochromatic Colors of #32AFA6
Black with #32AFA6
Text Example
Text Example
White with #32AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFA6; }
p { color: rgb(50,175,166); }
H1.HeaderClassName
{
color: #32AFA6;
}
.AnyTagClassName
{
color: #32AFA6;
}
</style>
background-color css
<style>
a { background-color: #32AFA6; }
a { background-color: rgb(50,175,166); }
div.DivClassName
{
background-color: #32AFA6;
}
.BgClassName
{
background-color: #32AFA6;
}
</style>
border-color css
<style>
span { border-color: #32AFA6; }
span { border-color: rgb(50,175,166); }
td.TdClassName
{
border-color: #32AFA6;
}
.TagClassName
{
border-color: #32AFA6;
}
</style>