Html Css Color HEX #42A29B Blue Chill

📋 copy color: '#42A29B'

red 66 ◦ green 162 ◦ blue 155

#42A29B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #42A29B

Tints of Blue Chill #42A29B

RGB

 RED value IS 66 (26.17% from 255) = 17.23%

 GREEN value IS 162 (63.67% from 255) = 42.3%

 BLUE value IS 155 (60.94% from 255) = 40.47%

R = 17.23%
G = 42.3%
B = 40.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#42A29B (or 0x42A29B) is known color: 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

RGB 66 162 155 -
CMYK 0.59 0 0.04 0.36
HSL 175.63º 0.42% 0.45% -
HSV(B) 175.63º 0.59% 0.64% -
XYZ 21.08 29.37 35.57 -
YUV 132.5 140.7 80.57 -
System Red Green Blue C M Y K H S L
Decimal 66 162 155 0.59 0 0.04 0.36 175.63 0.42 0.45
Hex 42 A2 9B 3B 0 4 24 B0 2A 2D
Octal 102 242 233 73 0 4 44 260 52 55
Binary 1000010 10100010 10011011 111011 0 100 100100 10110000 101010 101101

Color Harmonies of #42A29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A29B

Black with #42A29B

Text Example


Text Example

White with #42A29B

Text Example


Text Example

HTML Codes & Css Web 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>