#3EA5A0

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

Shades of Blue Chill #3EA5A0

Tints of Blue Chill #3EA5A0

Color information

#3EA5A0 (or 0x3EA5A0) is unknown color: approx Blue Chill. HEX triplet: 3E, A5 and A0. RGB value is (62,165,160). Sum of RGB (Red+Green+Blue) = 62+165+160=387 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.02% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #3EA5A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA5A0 is #C15A5F. Grayscale: #858585. Windows color (decimal): -12671584 or 10528062. OLE color: 10528062.

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

Color convert

RGB62165160-
CMYK0.6200.030.35
HSL177.09º45.37%44.51%-
HSV(B)177.09º62.42%64.71%-
XYZ21.7930.4737.99-
YUV133.63142.8876.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.02%
GREEN value IS 165 (64.84% from 255) = 42.64%
BLUE value IS 160 (62.89% from 255) = 41.34%
R=16.02%
G=42.64%
B=41.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal621651600.6200.030.35177.0945.3744.51
Hex3EA5A03E0323b12d2d
Octal762452407603432615555
Binary111110101001011010000011111001110001110110001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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