#3EA4A0

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

Shades of Blue Chill #3EA4A0

Tints of Blue Chill #3EA4A0

Color information

#3EA4A0 (or 0x3EA4A0) is unknown color: approx Blue Chill. HEX triplet: 3E, A4 and A0. RGB value is (62,164,160). Sum of RGB (Red+Green+Blue) = 62+164+160=386 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.06% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #3EA4A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA4A0 is #C15B5F. Grayscale: #848484. Windows color (decimal): -12671840 or 10527806. OLE color: 10527806.

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

Color convert

RGB62164160-
CMYK0.6200.020.36
HSL177.65º45.13%44.31%-
HSV(B)177.65º62.2%64.31%-
XYZ21.6130.1137.93-
YUV133.05143.2177.33-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.06%
GREEN value IS 164 (64.45% from 255) = 42.49%
BLUE value IS 160 (62.89% from 255) = 41.45%
R=16.06%
G=42.49%
B=41.45%

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
Decimal621641600.6200.020.36177.6545.1344.31
Hex3EA4A03E0224b22d2c
Octal762442407602442625554
Binary111110101001001010000011111001010010010110010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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