#429F7A

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

Shades of Gossamer #429F7A

Tints of Gossamer #429F7A

Color information

#429F7A (or 0x429F7A) is unknown color: approx Gossamer. HEX triplet: 42, 9F and 7A. RGB value is (66,159,122). Sum of RGB (Red+Green+Blue) = 66+159+122=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 159 - color contains mainly: green. Hex color #429F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F7A is #BD6085. Grayscale: #7F7F7F. Windows color (decimal): -12411014 or 8036162. OLE color: 8036162.

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

Color convert

RGB66159122-
CMYK0.5800.230.38
HSL156.13º41.33%44.12%-
HSV(B)156.13º58.49%62.35%-
XYZ18.1627.3622.74-
YUV126.98125.1984.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.02%
GREEN value IS 159 (62.5% from 255) = 45.82%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=19.02%
G=45.82%
B=35.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661591220.5800.230.38156.1341.3344.12
Hex429F7A3A017269c292c
Octal10223717272027462345154
Binary100001010011111111101011101001011110011010011100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,159,122); }

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

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

 a { background-color: rgb(66,159,122); }

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

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

 span { border-color: rgb(66,159,122); }

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