Html Css Color HEX #429995 Blue Chill

📋 copy color: '#429995'

red 66 ◦ green 153 ◦ blue 149

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

Shades of Blue Chill #429995

Tints of Blue Chill #429995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.58%

 BLUE value IS 149 (58.59% from 255) = 40.49%

R = 17.93%
G = 41.58%
B = 40.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#429995 (or 0x429995) is known color: Blue Chill. HEX triplet: 42, 99 and 95. RGB value is (66,153,149). Sum of RGB (Red+Green+Blue) = 66+153+149=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #429995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429995 is #BD666A. Grayscale: #7E7E7E. Windows color (decimal): -12412523 or 9804098. OLE color: 9804098.

HSL color Cylindrical-coordinate representation of color #429995: hue angle of 177.24º 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 #429995 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 149 -
CMYK 0.57 0 0.03 0.4
HSL 177.24º 0.4% 0.43% -
HSV(B) 177.24º 0.57% 0.6% -
XYZ 19.06 26.11 32.47 -
YUV 126.53 140.68 84.83 -
System Red Green Blue C M Y K H S L
Decimal 66 153 149 0.57 0 0.03 0.4 177.24 0.4 0.43
Hex 42 99 95 39 0 3 28 B1 28 2B
Octal 102 231 225 71 0 3 50 261 50 53
Binary 1000010 10011001 10010101 111001 0 11 101000 10110001 101000 101011

Color Harmonies of #429995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429995

Black with #429995

Text Example


Text Example

White with #429995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429995; }

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

 H1.HeaderClassName
 {
   color: #429995;
 }
 .AnyTagClassName
 {
   color: #429995;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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