Html Css Color HEX #429B7D Gossamer

📋 copy color: '#429B7D'

red 66 ◦ green 155 ◦ blue 125

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

Shades of Gossamer #429B7D

Tints of Gossamer #429B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.8%

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 19.08%
G = 44.8%
B = 36.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#429B7D (or 0x429B7D) is known color: Gossamer. HEX triplet: 42, 9B and 7D. RGB value is (66,155,125). Sum of RGB (Red+Green+Blue) = 66+155+125=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #429B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429B7D is #BD6482. Grayscale: #7C7C7C. Windows color (decimal): -12412035 or 8231746. OLE color: 8231746.

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

Color convert

RGB 66 155 125 -
CMYK 0.57 0 0.19 0.39
HSL 159.78º 0.4% 0.43% -
HSV(B) 159.78º 0.57% 0.61% -
XYZ 17.67 26.08 23.51 -
YUV 124.97 128.01 85.94 -
System Red Green Blue C M Y K H S L
Decimal 66 155 125 0.57 0 0.19 0.39 159.78 0.4 0.43
Hex 42 9B 7D 39 0 13 27 A0 28 2B
Octal 102 233 175 71 0 23 47 240 50 53
Binary 1000010 10011011 1111101 111001 0 10011 100111 10100000 101000 101011

Color Harmonies of #429B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429B7D

Black with #429B7D

Text Example


Text Example

White with #429B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429B7D; }

 p { color: rgb(66,155,125); }

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

background-color css

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

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

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

border-color css

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

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

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