#42A29B

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

Shades of Blue Chill #42A29B

Tints of Blue Chill #42A29B

Color information

#42A29B (or 0x42A29B) is unknown color: approx Blue Chill. HEX triplet: 42, A2 and 9B. RGB value is (66,162,155). Sum of RGB (Red+Green+Blue) = 66+162+155=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #42A29B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A29B is #BD5D64. Grayscale: #848484. Windows color (decimal): -12410213 or 10199618. OLE color: 10199618.

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

Color convert

RGB66162155-
CMYK0.5900.040.36
HSL175.62º42.11%44.71%-
HSV(B)175.62º59.26%63.53%-
XYZ21.0829.3735.57-
YUV132.5140.780.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.23%
GREEN value IS 162 (63.67% from 255) = 42.30%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=17.23%
G=42.30%
B=40.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661621550.5900.040.36175.6242.1144.71
Hex42A29B3B0424b02a2d
Octal1022422337304442605255
Binary10000101010001010011011111011010010010010110000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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