#3EA49F

Color #3EA49F Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #3EA49F

Tints of Blue Chill #3EA49F

Color information

#3EA49F (or 0x3EA49F) is unknown color: approx Blue Chill. HEX triplet: 3E, A4 and 9F. RGB value is (62,164,159). Sum of RGB (Red+Green+Blue) = 62+164+159=385 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.10% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #3EA49F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA49F is #C15B60. Grayscale: #848484. Windows color (decimal): -12671841 or 10462270. OLE color: 10462270.

HSL color Cylindrical-coordinate representation of color #3EA49F: hue angle of 177.06º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3EA49F is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB62164159-
CMYK0.6200.030.36
HSL177.06º45.13%44.31%-
HSV(B)177.06º62.2%64.31%-
XYZ21.5230.0837.47-
YUV132.93142.7177.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.10%
GREEN value IS 164 (64.45% from 255) = 42.60%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=16.10%
G=42.60%
B=41.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal621641590.6200.030.36177.0645.1344.31
Hex3EA49F3E0324b12d2c
Octal762442377603442615554
Binary111110101001001001111111111001110010010110001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,164,159); }

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

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

 a { background-color: rgb(62,164,159); }

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

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

 span { border-color: rgb(62,164,159); }

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