#3EA29B

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

Shades of Blue Chill #3EA29B

Tints of Blue Chill #3EA29B

Color information

#3EA29B (or 0x3EA29B) is unknown color: approx Blue Chill. HEX triplet: 3E, A2 and 9B. RGB value is (62,162,155). Sum of RGB (Red+Green+Blue) = 62+162+155=379 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.36% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #3EA29B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA29B is #C15D64. Grayscale: #838383. Windows color (decimal): -12672357 or 10199614. OLE color: 10199614.

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

Color convert

RGB62162155-
CMYK0.6200.040.36
HSL175.8º44.64%43.92%-
HSV(B)175.8º61.73%63.53%-
XYZ20.8229.2335.56-
YUV131.3141.3778.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.36%
GREEN value IS 162 (63.67% from 255) = 42.74%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=16.36%
G=42.74%
B=40.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal621621550.6200.040.36175.844.6443.92
Hex3EA29B3E0424b02d2c
Octal762422337604442605554
Binary1111101010001010011011111110010010010010110000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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