Shades of Light Sea Green #32ABAC
Tints of Light Sea Green #32ABAC
RGB
CMYK
RGB Variations
Color information
#32ABAC (or 0x32ABAC) is known color: Light Sea Green. HEX triplet: 32, AB and AC. RGB value is (50,171,172). Sum of RGB (Red+Green+Blue) = 50+171+172=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #32ABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32ABAC is #CD5453. Grayscale: #868686. Windows color (decimal): -13456468 or 11316018. OLE color: 11316018.
HSL color Cylindrical-coordinate representation of color #32ABAC: hue angle of 180.49º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32ABAC is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 172 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.33 |
| HSL | 180.49º | 0.55% | 0.44% | - |
| HSV(B) | 180.49º | 0.71% | 0.67% | - |
| XYZ | 23.32 | 32.78 | 44.13 | - |
| YUV | 134.94 | 148.91 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 172 | 0.71 | 0.01 | 0 | 0.33 | 180.49 | 0.55 | 0.44 |
| Hex | 32 | AB | AC | 47 | 1 | 0 | 21 | B4 | 37 | 2C |
| Octal | 62 | 253 | 254 | 107 | 1 | 0 | 41 | 264 | 67 | 54 |
| Binary | 110010 | 10101011 | 10101100 | 1000111 | 1 | 0 | 100001 | 10110100 | 110111 | 101100 |
Color Harmonies of #32ABAC
Complementary color
Monochromatic Colors of #32ABAC
Black with #32ABAC
Text Example
Text Example
White with #32ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABAC; }
p { color: rgb(50,171,172); }
H1.HeaderClassName
{
color: #32ABAC;
}
.AnyTagClassName
{
color: #32ABAC;
}
</style>
background-color css
<style>
a { background-color: #32ABAC; }
a { background-color: rgb(50,171,172); }
div.DivClassName
{
background-color: #32ABAC;
}
.BgClassName
{
background-color: #32ABAC;
}
</style>
border-color css
<style>
span { border-color: #32ABAC; }
span { border-color: rgb(50,171,172); }
td.TdClassName
{
border-color: #32ABAC;
}
.TagClassName
{
border-color: #32ABAC;
}
</style>