Shades of Light Sea Green #32BEA8
Tints of Light Sea Green #32BEA8
RGB
CMYK
RGB Variations
Color information
#32BEA8 (or 0x32BEA8) is known color: Light Sea Green. HEX triplet: 32, BE and A8. RGB value is (50,190,168). Sum of RGB (Red+Green+Blue) = 50+190+168=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #32BEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BEA8 is #CD4157. Grayscale: #919191. Windows color (decimal): -13451608 or 11058738. OLE color: 11058738.
HSL color Cylindrical-coordinate representation of color #32BEA8: hue angle of 170.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 #32BEA8 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 168 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.25 |
| HSL | 170.57º | 0.58% | 0.47% | - |
| HSV(B) | 170.57º | 0.74% | 0.75% | - |
| XYZ | 26.8 | 40.33 | 43.42 | - |
| YUV | 145.63 | 140.62 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 168 | 0.74 | 0 | 0.12 | 0.25 | 170.57 | 0.58 | 0.47 |
| Hex | 32 | BE | A8 | 4A | 0 | C | 19 | AB | 3A | 2F |
| Octal | 62 | 276 | 250 | 112 | 0 | 14 | 31 | 253 | 72 | 57 |
| Binary | 110010 | 10111110 | 10101000 | 1001010 | 0 | 1100 | 11001 | 10101011 | 111010 | 101111 |
Color Harmonies of #32BEA8
Complementary color
Monochromatic Colors of #32BEA8
Black with #32BEA8
Text Example
Text Example
White with #32BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEA8; }
p { color: rgb(50,190,168); }
H1.HeaderClassName
{
color: #32BEA8;
}
.AnyTagClassName
{
color: #32BEA8;
}
</style>
background-color css
<style>
a { background-color: #32BEA8; }
a { background-color: rgb(50,190,168); }
div.DivClassName
{
background-color: #32BEA8;
}
.BgClassName
{
background-color: #32BEA8;
}
</style>
border-color css
<style>
span { border-color: #32BEA8; }
span { border-color: rgb(50,190,168); }
td.TdClassName
{
border-color: #32BEA8;
}
.TagClassName
{
border-color: #32BEA8;
}
</style>