#42A4A3

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

Shades of Blue Chill #42A4A3

Tints of Blue Chill #42A4A3

Color information

#42A4A3 (or 0x42A4A3) is unknown color: approx Blue Chill. HEX triplet: 42, A4 and A3. RGB value is (66,164,163). Sum of RGB (Red+Green+Blue) = 66+164+163=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 164 - color contains mainly: green. Hex color #42A4A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A4A3 is #BD5B5C. Grayscale: #868686. Windows color (decimal): -12409693 or 10724418. OLE color: 10724418.

HSL color Cylindrical-coordinate representation of color #42A4A3: hue angle of 179.39º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A4A3 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB66164163-
CMYK0.6000.010.36
HSL179.39º42.61%45.1%-
HSV(B)179.39º59.76%64.31%-
XYZ22.1330.3539.34-
YUV134.58144.0379.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.79%
GREEN value IS 164 (64.45% from 255) = 41.73%
BLUE value IS 163 (64.06% from 255) = 41.48%
R=16.79%
G=41.73%
B=41.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661641630.6000.010.36179.3942.6145.1
Hex42A4A33C0124b32b2d
Octal1022442437401442635355
Binary100001010100100101000111111000110010010110011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A4A3; }

 p { color: rgb(66,164,163); }

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

<style>
 a { background-color: #42A4A3; }

 a { background-color: rgb(66,164,163); }

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

<style>
 span { border-color: #42A4A3; }

 span { border-color: rgb(66,164,163); }

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