Html Css Color HEX #429E80 Gossamer

📋 copy color: '#429E80'

red 66 ◦ green 158 ◦ blue 128

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

Shades of Gossamer #429E80

Tints of Gossamer #429E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.89%

 BLUE value IS 128 (50.39% from 255) = 36.36%

R = 18.75%
G = 44.89%
B = 36.36%

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

#429E80 (or 0x429E80) is known color: Gossamer. HEX triplet: 42, 9E and 80. RGB value is (66,158,128). Sum of RGB (Red+Green+Blue) = 66+158+128=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #429E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429E80 is #BD617F. Grayscale: #7F7F7F. Windows color (decimal): -12411264 or 8429122. OLE color: 8429122.

HSL color Cylindrical-coordinate representation of color #429E80: hue angle of 160.43º 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 #429E80 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 158 128 -
CMYK 0.58 0 0.19 0.38
HSL 160.43º 0.41% 0.44% -
HSV(B) 160.43º 0.58% 0.62% -
XYZ 18.37 27.17 24.7 -
YUV 127.07 128.52 84.44 -
System Red Green Blue C M Y K H S L
Decimal 66 158 128 0.58 0 0.19 0.38 160.43 0.41 0.44
Hex 42 9E 80 3A 0 13 26 A0 29 2C
Octal 102 236 200 72 0 23 46 240 51 54
Binary 1000010 10011110 10000000 111010 0 10011 100110 10100000 101001 101100

Color Harmonies of #429E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429E80

Black with #429E80

Text Example


Text Example

White with #429E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,158,128); }

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

background-color css

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

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

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

border-color css

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

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

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