#32BEAC

Color #32BEAC Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #32BEAC

Tints of Light Sea Green #32BEAC

Color information

#32BEAC (or 0x32BEAC) is unknown color: approx Light Sea Green. HEX triplet: 32, BE and AC. RGB value is (50,190,172). Sum of RGB (Red+Green+Blue) = 50+190+172=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #32BEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BEAC is #CD4153. Grayscale: #929292. Windows color (decimal): -13451604 or 11320882. OLE color: 11320882.

HSL color Cylindrical-coordinate representation of color #32BEAC: hue angle of 172.29º 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 #32BEAC is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB50190172-
CMYK0.7400.090.25
HSL172.29º58.33%47.06%-
HSV(B)172.29º73.68%74.51%-
XYZ27.1840.4845.41-
YUV146.09142.6259.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 12.14%
GREEN value IS 190 (74.61% from 255) = 46.12%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=12.14%
G=46.12%
B=41.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal501901720.7400.090.25172.2958.3347.06
Hex32BEAC4A0919ac3a2f
Octal62276254112011312547257
Binary11001010111110101011001001010010011100110101100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32BEAC; }

 p { color: rgb(50,190,172); }

 H1.HeaderClassName
 {
   color: #32BEAC;
 }
 .AnyTagClassName
 {
   color: #32BEAC;
 }
</style>
background-color css

<style>
 a { background-color: #32BEAC; }

 a { background-color: rgb(50,190,172); }

 div.DivClassName
 {
   background-color: #32BEAC;
 }
 .BgClassName
 {
   background-color: #32BEAC;
 }
</style>
border-color css

<style>
 span { border-color: #32BEAC; }

 span { border-color: rgb(50,190,172); }

 td.TdClassName
 {
   border-color: #32BEAC;
 }
 .TagClassName
 {
   border-color: #32BEAC;
 }
</style>