#429C8F

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

Shades of Gossamer #429C8F

Tints of Gossamer #429C8F

Color information

#429C8F (or 0x429C8F) is unknown color: approx Gossamer. HEX triplet: 42, 9C and 8F. RGB value is (66,156,143). Sum of RGB (Red+Green+Blue) = 66+156+143=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 156 - color contains mainly: green. Hex color #429C8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429C8F is #BD6370. Grayscale: #7F7F7F. Windows color (decimal): -12411761 or 9411650. OLE color: 9411650.

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

Color convert

RGB66156143-
CMYK0.5800.080.39
HSL171.33º40.54%43.53%-
HSV(B)171.33º57.69%61.18%-
XYZ19.0926.9230.18-
YUV127.61136.6884.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.08%
GREEN value IS 156 (61.33% from 255) = 42.74%
BLUE value IS 143 (56.25% from 255) = 39.18%
R=18.08%
G=42.74%
B=39.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661561430.5800.080.39171.3340.5443.53
Hex429C8F3A0827ab292c
Octal10223421772010472535154
Binary100001010011100100011111110100100010011110101011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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