#3EA2A1

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

Shades of Blue Chill #3EA2A1

Tints of Blue Chill #3EA2A1

Color information

#3EA2A1 (or 0x3EA2A1) is unknown color: approx Blue Chill. HEX triplet: 3E, A2 and A1. RGB value is (62,162,161). Sum of RGB (Red+Green+Blue) = 62+162+161=385 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.10% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #3EA2A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA2A1 is #C15D5E. Grayscale: #838383. Windows color (decimal): -12672351 or 10592830. OLE color: 10592830.

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

Color convert

RGB62162161-
CMYK0.6200.010.36
HSL179.4º44.64%43.92%-
HSV(B)179.4º61.73%63.53%-
XYZ21.3429.4438.28-
YUV131.99144.3778.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.10%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 161 (63.28% from 255) = 41.82%
R=16.10%
G=42.08%
B=41.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal621621610.6200.010.36179.444.6443.92
Hex3EA2A13E0124b32d2c
Octal762422417601442635554
Binary11111010100010101000011111100110010010110011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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