#3EA4A1

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

Shades of Blue Chill #3EA4A1

Tints of Blue Chill #3EA4A1

Color information

#3EA4A1 (or 0x3EA4A1) is unknown color: approx Blue Chill. HEX triplet: 3E, A4 and A1. RGB value is (62,164,161). Sum of RGB (Red+Green+Blue) = 62+164+161=387 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.02% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 164 - color contains mainly: green. Hex color #3EA4A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA4A1 is #C15B5E. Grayscale: #858585. Windows color (decimal): -12671839 or 10593342. OLE color: 10593342.

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

Color convert

RGB62164161-
CMYK0.6200.020.36
HSL178.24º45.13%44.31%-
HSV(B)178.24º62.2%64.31%-
XYZ21.730.1538.39-
YUV133.16143.7177.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.02%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 161 (63.28% from 255) = 41.60%
R=16.02%
G=42.38%
B=41.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal621641610.6200.020.36178.2445.1344.31
Hex3EA4A13E0224b22d2c
Octal762442417602442625554
Binary111110101001001010000111111001010010010110010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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