#429E7F

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

Shades of Gossamer #429E7F

Tints of Gossamer #429E7F

Color information

#429E7F (or 0x429E7F) is unknown color: approx Gossamer. HEX triplet: 42, 9E and 7F. RGB value is (66,158,127). Sum of RGB (Red+Green+Blue) = 66+158+127=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 158 - color contains mainly: green. Hex color #429E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429E7F is #BD6180. Grayscale: #7E7E7E. Windows color (decimal): -12411265 or 8363586. OLE color: 8363586.

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

Color convert

RGB66158127-
CMYK0.5800.200.38
HSL159.78º41.07%43.92%-
HSV(B)159.78º58.23%61.96%-
XYZ18.327.1424.35-
YUV126.96128.0284.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 158 (62.11% from 255) = 45.01%
BLUE value IS 127 (50% from 255) = 36.18%
R=18.80%
G=45.01%
B=36.18%

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
Decimal661581270.5800.200.38159.7841.0743.92
Hex429E7F3A01426a0292c
Octal10223617772024462405154
Binary100001010011110111111111101001010010011010100000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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