#429D7E

Color #429D7E Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #429D7E

Tints of Gossamer #429D7E

Color information

#429D7E (or 0x429D7E) is unknown color: approx Gossamer. HEX triplet: 42, 9D and 7E. RGB value is (66,157,126). Sum of RGB (Red+Green+Blue) = 66+157+126=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #429D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D7E is #BD6281. Grayscale: #7E7E7E. Windows color (decimal): -12411522 or 8297794. OLE color: 8297794.

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

Color convert

RGB66157126-
CMYK0.5800.200.38
HSL159.56º40.81%43.73%-
HSV(B)159.56º57.96%61.57%-
XYZ18.0726.7823.96-
YUV126.26127.8585.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 157 (61.72% from 255) = 44.99%
BLUE value IS 126 (49.61% from 255) = 36.10%
R=18.91%
G=44.99%
B=36.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661571260.5800.200.38159.5640.8143.73
Hex429D7E3A01426a0292c
Octal10223517672024462405154
Binary100001010011101111111011101001010010011010100000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #429D7E;
 }
 .AnyTagClassName
 {
   color: #429D7E;
 }
</style>
background-color css

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

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

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

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

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

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