Html Css Color HEX #429999 Blue Chill

📋 copy color: '#429999'

red 66 ◦ green 153 ◦ blue 153

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

Shades of Blue Chill #429999

Tints of Blue Chill #429999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.13%

R = 17.74%
G = 41.13%
B = 41.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#429999 (or 0x429999) is known color: Blue Chill. HEX triplet: 42, 99 and 99. RGB value is (66,153,153). Sum of RGB (Red+Green+Blue) = 66+153+153=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #429999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429999 is #BD6666. Grayscale: #7E7E7E. Windows color (decimal): -12412519 or 10066242. OLE color: 10066242.

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

Color convert

RGB 66 153 153 -
CMYK 0.57 0 0 0.4
HSL 180º 0.4% 0.43% -
HSV(B) 180º 0.57% 0.6% -
XYZ 19.39 26.24 34.18 -
YUV 126.99 142.68 84.5 -
System Red Green Blue C M Y K H S L
Decimal 66 153 153 0.57 0 0 0.4 180 0.4 0.43
Hex 42 99 99 39 0 0 28 B4 28 2B
Octal 102 231 231 71 0 0 50 264 50 53
Binary 1000010 10011001 10011001 111001 0 0 101000 10110100 101000 101011

Color Harmonies of #429999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429999

Black with #429999

Text Example


Text Example

White with #429999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429999; }

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

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

background-color css

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

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

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

border-color css

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

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

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