#429C7F

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

Shades of Gossamer #429C7F

Tints of Gossamer #429C7F

Color information

#429C7F (or 0x429C7F) is unknown color: approx Gossamer. HEX triplet: 42, 9C and 7F. RGB value is (66,156,127). Sum of RGB (Red+Green+Blue) = 66+156+127=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 156 - color contains mainly: green. Hex color #429C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C7F is #BD6380. Grayscale: #7D7D7D. Windows color (decimal): -12411777 or 8363074. OLE color: 8363074.

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

Color convert

RGB66156127-
CMYK0.5800.190.39
HSL160.67º40.54%43.53%-
HSV(B)160.67º57.69%61.18%-
XYZ17.9726.4724.24-
YUV125.78128.6885.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 156 (61.33% from 255) = 44.70%
BLUE value IS 127 (50% from 255) = 36.39%
R=18.91%
G=44.70%
B=36.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661561270.5800.190.39160.6740.5443.53
Hex429C7F3A01327a1292c
Octal10223417772023472415154
Binary100001010011100111111111101001001110011110100001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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