#429C8D

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

Shades of Gossamer #429C8D

Tints of Gossamer #429C8D

Color information

#429C8D (or 0x429C8D) is unknown color: approx Gossamer. HEX triplet: 42, 9C and 8D. RGB value is (66,156,141). Sum of RGB (Red+Green+Blue) = 66+156+141=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #429C8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429C8D is #BD6372. Grayscale: #7F7F7F. Windows color (decimal): -12411763 or 9280578. OLE color: 9280578.

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

Color convert

RGB66156141-
CMYK0.5800.100.39
HSL170º40.54%43.53%-
HSV(B)170º57.69%61.18%-
XYZ18.9426.8629.39-
YUV127.38135.6884.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 156 (61.33% from 255) = 42.98%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=18.18%
G=42.98%
B=38.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661561410.5800.100.3917040.5443.53
Hex429C8D3A0A27aa292c
Octal10223421572012472525154
Binary100001010011100100011011110100101010011110101010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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