#3EA49B

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

Shades of Blue Chill #3EA49B

Tints of Blue Chill #3EA49B

Color information

#3EA49B (or 0x3EA49B) is unknown color: approx Blue Chill. HEX triplet: 3E, A4 and 9B. RGB value is (62,164,155). Sum of RGB (Red+Green+Blue) = 62+164+155=381 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.27% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #3EA49B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA49B is #C15B64. Grayscale: #848484. Windows color (decimal): -12671845 or 10200126. OLE color: 10200126.

HSL color Cylindrical-coordinate representation of color #3EA49B: hue angle of 174.71º 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 #3EA49B is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB62164155-
CMYK0.6200.050.36
HSL174.71º45.13%44.31%-
HSV(B)174.71º62.2%64.31%-
XYZ21.1829.9435.67-
YUV132.48140.7177.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.27%
GREEN value IS 164 (64.45% from 255) = 43.04%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=16.27%
G=43.04%
B=40.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal621641550.6200.050.36174.7145.1344.31
Hex3EA49B3E0524af2d2c
Octal762442337605442575554
Binary1111101010010010011011111110010110010010101111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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