#32BEAD

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

Shades of Light Sea Green #32BEAD

Tints of Light Sea Green #32BEAD

Color information

#32BEAD (or 0x32BEAD) is unknown color: approx 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

RGB50190173-
CMYK0.7400.090.25
HSL172.71º58.33%47.06%-
HSV(B)172.71º73.68%74.51%-
XYZ27.2740.5245.92-
YUV146.2143.1259.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.11%
GREEN value IS 190 (74.61% from 255) = 46.00%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=12.11%
G=46.00%
B=41.89%

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
Decimal501901730.7400.090.25172.7158.3347.06
Hex32BEAD4A0919ad3a2f
Octal62276255112011312557257
Binary11001010111110101011011001010010011100110101101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>