Shades of Light Sea Green #32ABA7
Tints of Light Sea Green #32ABA7
RGB
CMYK
RGB Variations
Color information
#32ABA7 (or 0x32ABA7) is known color: Light Sea Green. HEX triplet: 32, AB and A7. RGB value is (50,171,167). Sum of RGB (Red+Green+Blue) = 50+171+167=388 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.89% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 167 (65.62% from 255 or 43.04% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #32ABA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32ABA7 is #CD5458. Grayscale: #868686. Windows color (decimal): -13456473 or 10988338. OLE color: 10988338.
HSL color Cylindrical-coordinate representation of color #32ABA7: hue angle of 178.02º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32ABA7 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 167 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.33 |
| HSL | 178.02º | 0.55% | 0.43% | - |
| HSV(B) | 178.02º | 0.71% | 0.67% | - |
| XYZ | 22.85 | 32.59 | 41.65 | - |
| YUV | 134.37 | 146.41 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 167 | 0.71 | 0 | 0.02 | 0.33 | 178.02 | 0.55 | 0.43 |
| Hex | 32 | AB | A7 | 47 | 0 | 2 | 21 | B2 | 37 | 2B |
| Octal | 62 | 253 | 247 | 107 | 0 | 2 | 41 | 262 | 67 | 53 |
| Binary | 110010 | 10101011 | 10100111 | 1000111 | 0 | 10 | 100001 | 10110010 | 110111 | 101011 |
Color Harmonies of #32ABA7
Complementary color
Monochromatic Colors of #32ABA7
Black with #32ABA7
Text Example
Text Example
White with #32ABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABA7; }
p { color: rgb(50,171,167); }
H1.HeaderClassName
{
color: #32ABA7;
}
.AnyTagClassName
{
color: #32ABA7;
}
</style>
background-color css
<style>
a { background-color: #32ABA7; }
a { background-color: rgb(50,171,167); }
div.DivClassName
{
background-color: #32ABA7;
}
.BgClassName
{
background-color: #32ABA7;
}
</style>
border-color css
<style>
span { border-color: #32ABA7; }
span { border-color: rgb(50,171,167); }
td.TdClassName
{
border-color: #32ABA7;
}
.TagClassName
{
border-color: #32ABA7;
}
</style>