#429996

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

Shades of Blue Chill #429996

Tints of Blue Chill #429996

Color information

#429996 (or 0x429996) is unknown color: approx Blue Chill. HEX triplet: 42, 99 and 96. RGB value is (66,153,150). Sum of RGB (Red+Green+Blue) = 66+153+150=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #429996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429996 is #BD6669. Grayscale: #7E7E7E. Windows color (decimal): -12412522 or 9869634. OLE color: 9869634.

HSL color Cylindrical-coordinate representation of color #429996: hue angle of 177.93º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429996 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB66153150-
CMYK0.5700.020.4
HSL177.93º39.73%42.94%-
HSV(B)177.93º56.86%60%-
XYZ19.1426.1432.89-
YUV126.64141.1884.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 150 (58.98% from 255) = 40.65%
R=17.89%
G=41.46%
B=40.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661531500.5700.020.4177.9339.7342.94
Hex429996390228b2282b
Octal1022312267102502625053
Binary1000010100110011001011011100101010100010110010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429996; }

 p { color: rgb(66,153,150); }

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

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

 a { background-color: rgb(66,153,150); }

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

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

 span { border-color: rgb(66,153,150); }

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