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