#429C8C

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

Shades of Gossamer #429C8C

Tints of Gossamer #429C8C

Color information

#429C8C (or 0x429C8C) is unknown color: approx Gossamer. HEX triplet: 42, 9C and 8C. RGB value is (66,156,140). Sum of RGB (Red+Green+Blue) = 66+156+140=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #429C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429C8C is #BD6373. Grayscale: #7F7F7F. Windows color (decimal): -12411764 or 9215042. OLE color: 9215042.

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

Color convert

RGB66156140-
CMYK0.5800.100.39
HSL169.33º40.54%43.53%-
HSV(B)169.33º57.69%61.18%-
XYZ18.8726.8328.99-
YUV127.27135.1884.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.23%
GREEN value IS 156 (61.33% from 255) = 43.09%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=18.23%
G=43.09%
B=38.67%

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
Decimal661561400.5800.100.39169.3340.5443.53
Hex429C8C3A0A27a9292c
Octal10223421472012472515154
Binary100001010011100100011001110100101010011110101001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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