Html Css Color HEX #429997 Blue Chill

📋 copy color: '#429997'

red 66 ◦ green 153 ◦ blue 151

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

Shades of Blue Chill #429997

Tints of Blue Chill #429997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.81%

R = 17.84%
G = 41.35%
B = 40.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#429997 (or 0x429997) is known color: Blue Chill. HEX triplet: 42, 99 and 97. RGB value is (66,153,151). Sum of RGB (Red+Green+Blue) = 66+153+151=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #429997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429997 is #BD6668. Grayscale: #7E7E7E. Windows color (decimal): -12412521 or 9935170. OLE color: 9935170.

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

Color convert

RGB 66 153 151 -
CMYK 0.57 0 0.01 0.4
HSL 178.62º 0.4% 0.43% -
HSV(B) 178.62º 0.57% 0.6% -
XYZ 19.22 26.18 33.32 -
YUV 126.76 141.68 84.66 -
System Red Green Blue C M Y K H S L
Decimal 66 153 151 0.57 0 0.01 0.4 178.62 0.4 0.43
Hex 42 99 97 39 0 1 28 B3 28 2B
Octal 102 231 227 71 0 1 50 263 50 53
Binary 1000010 10011001 10010111 111001 0 1 101000 10110011 101000 101011

Color Harmonies of #429997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429997

Black with #429997

Text Example


Text Example

White with #429997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429997; }

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

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

background-color css

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

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

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

border-color css

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

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

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