Shades of Light Sea Green #32BEAF
Tints of Light Sea Green #32BEAF
RGB
CMYK
RGB Variations
Color information
#32BEAF (or 0x32BEAF) is known color: Light Sea Green. HEX triplet: 32, BE and AF. RGB value is (50,190,175). Sum of RGB (Red+Green+Blue) = 50+190+175=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #32BEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BEAF is #CD4150. Grayscale: #929292. Windows color (decimal): -13451601 or 11517490. OLE color: 11517490.
HSL color Cylindrical-coordinate representation of color #32BEAF: hue angle of 173.57º 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 #32BEAF is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 175 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.25 |
| HSL | 173.57º | 0.58% | 0.47% | - |
| HSV(B) | 173.57º | 0.74% | 0.75% | - |
| XYZ | 27.47 | 40.6 | 46.95 | - |
| YUV | 146.43 | 144.12 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 175 | 0.74 | 0 | 0.08 | 0.25 | 173.57 | 0.58 | 0.47 |
| Hex | 32 | BE | AF | 4A | 0 | 8 | 19 | AE | 3A | 2F |
| Octal | 62 | 276 | 257 | 112 | 0 | 10 | 31 | 256 | 72 | 57 |
| Binary | 110010 | 10111110 | 10101111 | 1001010 | 0 | 1000 | 11001 | 10101110 | 111010 | 101111 |
Color Harmonies of #32BEAF
Complementary color
Monochromatic Colors of #32BEAF
Black with #32BEAF
Text Example
Text Example
White with #32BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEAF; }
p { color: rgb(50,190,175); }
H1.HeaderClassName
{
color: #32BEAF;
}
.AnyTagClassName
{
color: #32BEAF;
}
</style>
background-color css
<style>
a { background-color: #32BEAF; }
a { background-color: rgb(50,190,175); }
div.DivClassName
{
background-color: #32BEAF;
}
.BgClassName
{
background-color: #32BEAF;
}
</style>
border-color css
<style>
span { border-color: #32BEAF; }
span { border-color: rgb(50,190,175); }
td.TdClassName
{
border-color: #32BEAF;
}
.TagClassName
{
border-color: #32BEAF;
}
</style>