#3E9A96

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

Shades of Blue Chill #3E9A96

Tints of Blue Chill #3E9A96

Color information

#3E9A96 (or 0x3E9A96) is unknown color: approx Blue Chill. HEX triplet: 3E, 9A and 96. RGB value is (62,154,150). Sum of RGB (Red+Green+Blue) = 62+154+150=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 154 - color contains mainly: green. Hex color #3E9A96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9A96 is #C16569. Grayscale: #7D7D7D. Windows color (decimal): -12674410 or 9869886. OLE color: 9869886.

HSL color Cylindrical-coordinate representation of color #3E9A96: hue angle of 177.39º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E9A96 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB62154150-
CMYK0.6000.030.40
HSL177.39º42.59%42.35%-
HSV(B)177.39º59.74%60.39%-
XYZ19.0526.3432.93-
YUV126.04141.5282.33-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.94%
GREEN value IS 154 (60.55% from 255) = 42.08%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=16.94%
G=42.08%
B=40.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal621541500.6000.030.40177.3942.5942.35
Hex3E9A963C0328b12b2a
Octal762322267403502615352
Binary111110100110101001011011110001110100010110001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,154,150); }

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

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

 a { background-color: rgb(62,154,150); }

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

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

 span { border-color: rgb(62,154,150); }

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