Shades of Light Sea Green #32A8AB
Tints of Light Sea Green #32A8AB
RGB
CMYK
RGB Variations
Color information
#32A8AB (or 0x32A8AB) is known color: Light Sea Green. HEX triplet: 32, A8 and AB. RGB value is (50,168,171). Sum of RGB (Red+Green+Blue) = 50+168+171=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #32A8AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A8AB is #CD5754. Grayscale: #848484. Windows color (decimal): -13457237 or 11249714. OLE color: 11249714.
HSL color Cylindrical-coordinate representation of color #32A8AB: hue angle of 181.49º 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 #32A8AB is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 168 | 171 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.33 |
| HSL | 181.49º | 0.55% | 0.43% | - |
| HSV(B) | 181.49º | 0.71% | 0.67% | - |
| XYZ | 22.67 | 31.62 | 43.44 | - |
| YUV | 133.06 | 149.41 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 168 | 171 | 0.71 | 0.02 | 0 | 0.33 | 181.49 | 0.55 | 0.43 |
| Hex | 32 | A8 | AB | 47 | 2 | 0 | 21 | B5 | 37 | 2B |
| Octal | 62 | 250 | 253 | 107 | 2 | 0 | 41 | 265 | 67 | 53 |
| Binary | 110010 | 10101000 | 10101011 | 1000111 | 10 | 0 | 100001 | 10110101 | 110111 | 101011 |
Color Harmonies of #32A8AB
Complementary color
Monochromatic Colors of #32A8AB
Black with #32A8AB
Text Example
Text Example
White with #32A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A8AB; }
p { color: rgb(50,168,171); }
H1.HeaderClassName
{
color: #32A8AB;
}
.AnyTagClassName
{
color: #32A8AB;
}
</style>
background-color css
<style>
a { background-color: #32A8AB; }
a { background-color: rgb(50,168,171); }
div.DivClassName
{
background-color: #32A8AB;
}
.BgClassName
{
background-color: #32A8AB;
}
</style>
border-color css
<style>
span { border-color: #32A8AB; }
span { border-color: rgb(50,168,171); }
td.TdClassName
{
border-color: #32A8AB;
}
.TagClassName
{
border-color: #32A8AB;
}
</style>