#429E7E

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

Shades of Gossamer #429E7E

Tints of Gossamer #429E7E

Color information

#429E7E (or 0x429E7E) is unknown color: approx Gossamer. HEX triplet: 42, 9E and 7E. RGB value is (66,158,126). Sum of RGB (Red+Green+Blue) = 66+158+126=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #429E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429E7E is #BD6181. Grayscale: #7E7E7E. Windows color (decimal): -12411266 or 8298050. OLE color: 8298050.

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

Color convert

RGB66158126-
CMYK0.5800.200.38
HSL159.13º41.07%43.92%-
HSV(B)159.13º58.23%61.96%-
XYZ18.2427.1224.01-
YUV126.84127.5284.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.86%
GREEN value IS 158 (62.11% from 255) = 45.14%
BLUE value IS 126 (49.61% from 255) = 36%
R=18.86%
G=45.14%
B=36%

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
Decimal661581260.5800.200.38159.1341.0743.92
Hex429E7E3A014269f292c
Octal10223617672024462375154
Binary100001010011110111111011101001010010011010011111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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