#32AEAC

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

Shades of Light Sea Green #32AEAC

Tints of Light Sea Green #32AEAC

Color information

#32AEAC (or 0x32AEAC) is unknown color: approx Light Sea Green. HEX triplet: 32, AE and AC. RGB value is (50,174,172). Sum of RGB (Red+Green+Blue) = 50+174+172=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #32AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AEAC is #CD5153. Grayscale: #888888. Windows color (decimal): -13455700 or 11316786. OLE color: 11316786.

HSL color Cylindrical-coordinate representation of color #32AEAC: hue angle of 179.03º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AEAC is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB50174172-
CMYK0.7100.010.32
HSL179.03º55.36%43.92%-
HSV(B)179.03º71.26%68.24%-
XYZ23.933.9344.32-
YUV136.7147.9266.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.63%
GREEN value IS 174 (68.36% from 255) = 43.94%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=12.63%
G=43.94%
B=43.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501741720.7100.010.32179.0355.3643.92
Hex32AEAC470120b3372c
Octal6225625410701402636754
Binary110010101011101010110010001110110000010110011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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