#429F7F

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

Shades of Gossamer #429F7F

Tints of Gossamer #429F7F

Color information

#429F7F (or 0x429F7F) is unknown color: approx Gossamer. HEX triplet: 42, 9F and 7F. RGB value is (66,159,127). Sum of RGB (Red+Green+Blue) = 66+159+127=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #429F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F7F is #BD6080. Grayscale: #7F7F7F. Windows color (decimal): -12411009 or 8363842. OLE color: 8363842.

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

Color convert

RGB66159127-
CMYK0.5800.200.38
HSL159.35º41.33%44.12%-
HSV(B)159.35º58.49%62.35%-
XYZ18.4827.4924.41-
YUV127.54127.6984.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.75%
GREEN value IS 159 (62.5% from 255) = 45.17%
BLUE value IS 127 (50% from 255) = 36.08%
R=18.75%
G=45.17%
B=36.08%

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
Decimal661591270.5800.200.38159.3541.3344.12
Hex429F7F3A014269f292c
Octal10223717772024462375154
Binary100001010011111111111111101001010010011010011111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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