Shades of Light Sea Green #32BFAA
Tints of Light Sea Green #32BFAA
RGB
CMYK
RGB Variations
Color information
#32BFAA (or 0x32BFAA) is known color: Light Sea Green. HEX triplet: 32, BF and AA. RGB value is (50,191,170). Sum of RGB (Red+Green+Blue) = 50+191+170=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #32BFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BFAA is #CD4055. Grayscale: #929292. Windows color (decimal): -13451350 or 11190066. OLE color: 11190066.
HSL color Cylindrical-coordinate representation of color #32BFAA: hue angle of 171.06º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BFAA is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 170 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.25 |
| HSL | 171.06º | 0.59% | 0.47% | - |
| HSV(B) | 171.06º | 0.74% | 0.75% | - |
| XYZ | 27.2 | 40.84 | 44.48 | - |
| YUV | 146.45 | 141.29 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 170 | 0.74 | 0 | 0.11 | 0.25 | 171.06 | 0.59 | 0.47 |
| Hex | 32 | BF | AA | 4A | 0 | B | 19 | AB | 3B | 2F |
| Octal | 62 | 277 | 252 | 112 | 0 | 13 | 31 | 253 | 73 | 57 |
| Binary | 110010 | 10111111 | 10101010 | 1001010 | 0 | 1011 | 11001 | 10101011 | 111011 | 101111 |
Color Harmonies of #32BFAA
Complementary color
Monochromatic Colors of #32BFAA
Black with #32BFAA
Text Example
Text Example
White with #32BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFAA; }
p { color: rgb(50,191,170); }
H1.HeaderClassName
{
color: #32BFAA;
}
.AnyTagClassName
{
color: #32BFAA;
}
</style>
background-color css
<style>
a { background-color: #32BFAA; }
a { background-color: rgb(50,191,170); }
div.DivClassName
{
background-color: #32BFAA;
}
.BgClassName
{
background-color: #32BFAA;
}
</style>
border-color css
<style>
span { border-color: #32BFAA; }
span { border-color: rgb(50,191,170); }
td.TdClassName
{
border-color: #32BFAA;
}
.TagClassName
{
border-color: #32BFAA;
}
</style>