Shades of Light Sea Green #32AB9F
Tints of Light Sea Green #32AB9F
RGB
CMYK
RGB Variations
Color information
#32AB9F (or 0x32AB9F) is known color: Light Sea Green. HEX triplet: 32, AB and 9F. RGB value is (50,171,159). Sum of RGB (Red+Green+Blue) = 50+171+159=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AB9F is #CD5460. Grayscale: #858585. Windows color (decimal): -13456481 or 10464050. OLE color: 10464050.
HSL color Cylindrical-coordinate representation of color #32AB9F: hue angle of 174.05º 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 #32AB9F is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 159 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.33 |
| HSL | 174.05º | 0.55% | 0.43% | - |
| HSV(B) | 174.05º | 0.71% | 0.67% | - |
| XYZ | 22.14 | 32.31 | 37.87 | - |
| YUV | 133.45 | 142.41 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 159 | 0.71 | 0 | 0.07 | 0.33 | 174.05 | 0.55 | 0.43 |
| Hex | 32 | AB | 9F | 47 | 0 | 7 | 21 | AE | 37 | 2B |
| Octal | 62 | 253 | 237 | 107 | 0 | 7 | 41 | 256 | 67 | 53 |
| Binary | 110010 | 10101011 | 10011111 | 1000111 | 0 | 111 | 100001 | 10101110 | 110111 | 101011 |
Color Harmonies of #32AB9F
Complementary color
Monochromatic Colors of #32AB9F
Black with #32AB9F
Text Example
Text Example
White with #32AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AB9F; }
p { color: rgb(50,171,159); }
H1.HeaderClassName
{
color: #32AB9F;
}
.AnyTagClassName
{
color: #32AB9F;
}
</style>
background-color css
<style>
a { background-color: #32AB9F; }
a { background-color: rgb(50,171,159); }
div.DivClassName
{
background-color: #32AB9F;
}
.BgClassName
{
background-color: #32AB9F;
}
</style>
border-color css
<style>
span { border-color: #32AB9F; }
span { border-color: rgb(50,171,159); }
td.TdClassName
{
border-color: #32AB9F;
}
.TagClassName
{
border-color: #32AB9F;
}
</style>