#42A1A2

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

Shades of Blue Chill #42A1A2

Tints of Blue Chill #42A1A2

Color information

#42A1A2 (or 0x42A1A2) is unknown color: approx Blue Chill. HEX triplet: 42, A1 and A2. RGB value is (66,161,162). Sum of RGB (Red+Green+Blue) = 66+161+162=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 162 - color contains mainly: blue. Hex color #42A1A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A1A2 is #BD5E5D. Grayscale: #848484. Windows color (decimal): -12410462 or 10658114. OLE color: 10658114.

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

Color convert

RGB66161162-
CMYK0.590.0100.36
HSL180.62º42.11%44.71%-
HSV(B)180.62º59.26%63.53%-
XYZ21.5129.2638.7-
YUV132.71144.5380.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.97%
GREEN value IS 161 (63.28% from 255) = 41.39%
BLUE value IS 162 (63.67% from 255) = 41.65%
R=16.97%
G=41.39%
B=41.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661611620.590.0100.36180.6242.1144.71
Hex42A1A23B1024b52a2d
Octal1022412427310442655255
Binary100001010100001101000101110111010010010110101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,161,162); }

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

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

 a { background-color: rgb(66,161,162); }

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

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

 span { border-color: rgb(66,161,162); }

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