#42A29A

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

Shades of Blue Chill #42A29A

Tints of Blue Chill #42A29A

Color information

#42A29A (or 0x42A29A) is unknown color: approx Blue Chill. HEX triplet: 42, A2 and 9A. RGB value is (66,162,154). Sum of RGB (Red+Green+Blue) = 66+162+154=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #42A29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A29A is #BD5D65. Grayscale: #848484. Windows color (decimal): -12410214 or 10134082. OLE color: 10134082.

HSL color Cylindrical-coordinate representation of color #42A29A: hue angle of 175º 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 #42A29A is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB66162154-
CMYK0.5900.050.36
HSL175º42.11%44.71%-
HSV(B)175º59.26%63.53%-
XYZ2129.3335.13-
YUV132.38140.280.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.28%
GREEN value IS 162 (63.67% from 255) = 42.41%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=17.28%
G=42.41%
B=40.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661621540.5900.050.3617542.1144.71
Hex42A29A3B0524af2a2d
Octal1022422327305442575255
Binary10000101010001010011010111011010110010010101111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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