Shades of Light Sea Green #32BEAA
Tints of Light Sea Green #32BEAA
RGB
CMYK
RGB Variations
Color information
#32BEAA (or 0x32BEAA) is known color: Light Sea Green. HEX triplet: 32, BE and AA. RGB value is (50,190,170). Sum of RGB (Red+Green+Blue) = 50+190+170=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #32BEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BEAA is #CD4155. Grayscale: #919191. Windows color (decimal): -13451606 or 11189810. OLE color: 11189810.
HSL color Cylindrical-coordinate representation of color #32BEAA: hue angle of 171.43º degrees, saturation: 0.58, 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 #32BEAA is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 170 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.25 |
| HSL | 171.43º | 0.58% | 0.47% | - |
| HSV(B) | 171.43º | 0.74% | 0.75% | - |
| XYZ | 26.98 | 40.41 | 44.41 | - |
| YUV | 145.86 | 141.62 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 170 | 0.74 | 0 | 0.11 | 0.25 | 171.43 | 0.58 | 0.47 |
| Hex | 32 | BE | AA | 4A | 0 | B | 19 | AB | 3A | 2F |
| Octal | 62 | 276 | 252 | 112 | 0 | 13 | 31 | 253 | 72 | 57 |
| Binary | 110010 | 10111110 | 10101010 | 1001010 | 0 | 1011 | 11001 | 10101011 | 111010 | 101111 |
Color Harmonies of #32BEAA
Complementary color
Monochromatic Colors of #32BEAA
Black with #32BEAA
Text Example
Text Example
White with #32BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEAA; }
p { color: rgb(50,190,170); }
H1.HeaderClassName
{
color: #32BEAA;
}
.AnyTagClassName
{
color: #32BEAA;
}
</style>
background-color css
<style>
a { background-color: #32BEAA; }
a { background-color: rgb(50,190,170); }
div.DivClassName
{
background-color: #32BEAA;
}
.BgClassName
{
background-color: #32BEAA;
}
</style>
border-color css
<style>
span { border-color: #32BEAA; }
span { border-color: rgb(50,190,170); }
td.TdClassName
{
border-color: #32BEAA;
}
.TagClassName
{
border-color: #32BEAA;
}
</style>