Shades of Light Sea Green #32BEAD
Tints of Light Sea Green #32BEAD
RGB
CMYK
RGB Variations
Color information
#32BEAD (or 0x32BEAD) is known color: Light Sea Green. HEX triplet: 32, BE and AD. RGB value is (50,190,173). Sum of RGB (Red+Green+Blue) = 50+190+173=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #32BEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BEAD is #CD4152. Grayscale: #929292. Windows color (decimal): -13451603 or 11386418. OLE color: 11386418.
HSL color Cylindrical-coordinate representation of color #32BEAD: hue angle of 172.71º 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 #32BEAD is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 173 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.25 |
| HSL | 172.71º | 0.58% | 0.47% | - |
| HSV(B) | 172.71º | 0.74% | 0.75% | - |
| XYZ | 27.27 | 40.52 | 45.92 | - |
| YUV | 146.2 | 143.12 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 173 | 0.74 | 0 | 0.09 | 0.25 | 172.71 | 0.58 | 0.47 |
| Hex | 32 | BE | AD | 4A | 0 | 9 | 19 | AD | 3A | 2F |
| Octal | 62 | 276 | 255 | 112 | 0 | 11 | 31 | 255 | 72 | 57 |
| Binary | 110010 | 10111110 | 10101101 | 1001010 | 0 | 1001 | 11001 | 10101101 | 111010 | 101111 |
Color Harmonies of #32BEAD
Complementary color
Monochromatic Colors of #32BEAD
Black with #32BEAD
Text Example
Text Example
White with #32BEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEAD; }
p { color: rgb(50,190,173); }
H1.HeaderClassName
{
color: #32BEAD;
}
.AnyTagClassName
{
color: #32BEAD;
}
</style>
background-color css
<style>
a { background-color: #32BEAD; }
a { background-color: rgb(50,190,173); }
div.DivClassName
{
background-color: #32BEAD;
}
.BgClassName
{
background-color: #32BEAD;
}
</style>
border-color css
<style>
span { border-color: #32BEAD; }
span { border-color: rgb(50,190,173); }
td.TdClassName
{
border-color: #32BEAD;
}
.TagClassName
{
border-color: #32BEAD;
}
</style>