Html Css Color HEX #429D7F Gossamer

📋 copy color: '#429D7F'

red 66 ◦ green 157 ◦ blue 127

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

Shades of Gossamer #429D7F

Tints of Gossamer #429D7F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.86%

 BLUE value IS 127 (50% from 255) = 36.29%

R = 18.86%
G = 44.86%
B = 36.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#429D7F (or 0x429D7F) is known color: Gossamer. HEX triplet: 42, 9D and 7F. RGB value is (66,157,127). Sum of RGB (Red+Green+Blue) = 66+157+127=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #429D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D7F is #BD6280. Grayscale: #7E7E7E. Windows color (decimal): -12411521 or 8363330. OLE color: 8363330.

HSL color Cylindrical-coordinate representation of color #429D7F: hue angle of 160.22º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429D7F is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 157 127 -
CMYK 0.58 0 0.19 0.38
HSL 160.22º 0.41% 0.44% -
HSV(B) 160.22º 0.58% 0.62% -
XYZ 18.13 26.8 24.3 -
YUV 126.37 128.35 84.94 -
System Red Green Blue C M Y K H S L
Decimal 66 157 127 0.58 0 0.19 0.38 160.22 0.41 0.44
Hex 42 9D 7F 3A 0 13 26 A0 29 2C
Octal 102 235 177 72 0 23 46 240 51 54
Binary 1000010 10011101 1111111 111010 0 10011 100110 10100000 101001 101100

Color Harmonies of #429D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429D7F

Black with #429D7F

Text Example


Text Example

White with #429D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,157,127); }

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

background-color css

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

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

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

border-color css

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

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

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