#429F8A

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

Shades of Gossamer #429F8A

Tints of Gossamer #429F8A

Color information

#429F8A (or 0x429F8A) is unknown color: approx Gossamer. HEX triplet: 42, 9F and 8A. RGB value is (66,159,138). Sum of RGB (Red+Green+Blue) = 66+159+138=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #429F8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429F8A is #BD6075. Grayscale: #808080. Windows color (decimal): -12410998 or 9084738. OLE color: 9084738.

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

Color convert

RGB66159138-
CMYK0.5800.130.38
HSL166.45º41.33%44.12%-
HSV(B)166.45º58.49%62.35%-
XYZ19.2327.7928.4-
YUV128.8133.1983.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 159 (62.5% from 255) = 43.80%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=18.18%
G=43.80%
B=38.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661591380.5800.130.38166.4541.3344.12
Hex429F8A3A0D26a6292c
Octal10223721272015462465154
Binary100001010011111100010101110100110110011010100110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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