Shades of Light Sea Green #32ABAB
Tints of Light Sea Green #32ABAB
RGB
CMYK
RGB Variations
Color information
#32ABAB (or 0x32ABAB) is known color: Light Sea Green. HEX triplet: 32, AB and AB. RGB value is (50,171,171). Sum of RGB (Red+Green+Blue) = 50+171+171=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #32ABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32ABAB is #CD5454. Grayscale: #868686. Windows color (decimal): -13456469 or 11250482. OLE color: 11250482.
HSL color Cylindrical-coordinate representation of color #32ABAB: hue angle of 180º 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 #32ABAB is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 171 | - |
| CMYK | 0.71 | 0 | 0 | 0.33 |
| HSL | 180º | 0.55% | 0.43% | - |
| HSV(B) | 180º | 0.71% | 0.67% | - |
| XYZ | 23.23 | 32.74 | 43.62 | - |
| YUV | 134.82 | 148.41 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 171 | 0.71 | 0 | 0 | 0.33 | 180 | 0.55 | 0.43 |
| Hex | 32 | AB | AB | 47 | 0 | 0 | 21 | B4 | 37 | 2B |
| Octal | 62 | 253 | 253 | 107 | 0 | 0 | 41 | 264 | 67 | 53 |
| Binary | 110010 | 10101011 | 10101011 | 1000111 | 0 | 0 | 100001 | 10110100 | 110111 | 101011 |
Color Harmonies of #32ABAB
Complementary color
Monochromatic Colors of #32ABAB
Black with #32ABAB
Text Example
Text Example
White with #32ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABAB; }
p { color: rgb(50,171,171); }
H1.HeaderClassName
{
color: #32ABAB;
}
.AnyTagClassName
{
color: #32ABAB;
}
</style>
background-color css
<style>
a { background-color: #32ABAB; }
a { background-color: rgb(50,171,171); }
div.DivClassName
{
background-color: #32ABAB;
}
.BgClassName
{
background-color: #32ABAB;
}
</style>
border-color css
<style>
span { border-color: #32ABAB; }
span { border-color: rgb(50,171,171); }
td.TdClassName
{
border-color: #32ABAB;
}
.TagClassName
{
border-color: #32ABAB;
}
</style>