#3EAEAC

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

Shades of Light Sea Green #3EAEAC

Tints of Light Sea Green #3EAEAC

Color information

#3EAEAC (or 0x3EAEAC) is unknown color: approx Light Sea Green. HEX triplet: 3E, AE and AC. RGB value is (62,174,172). Sum of RGB (Red+Green+Blue) = 62+174+172=408 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.20% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #3EAEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAEAC is #C15153. Grayscale: #8C8C8C. Windows color (decimal): -12669268 or 11316798. OLE color: 11316798.

HSL color Cylindrical-coordinate representation of color #3EAEAC: hue angle of 178.93º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3EAEAC is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB62174172-
CMYK0.6400.010.32
HSL178.93º47.46%46.27%-
HSV(B)178.93º64.37%68.24%-
XYZ24.5734.2744.35-
YUV140.28145.8972.16-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.20%
GREEN value IS 174 (68.36% from 255) = 42.65%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=15.20%
G=42.65%
B=42.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal621741720.6400.010.32178.9347.4646.27
Hex3EAEAC400120b32f2e
Octal7625625410001402635756
Binary111110101011101010110010000000110000010110011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EAEAC; }

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

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

<style>
 a { background-color: #3EAEAC; }

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

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

<style>
 span { border-color: #3EAEAC; }

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

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