#429a7c

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

Shades of Gossamer #429A7C

Tints of Gossamer #429A7C

Color information

#429A7C (or 0x429A7C) is unknown color: approx Gossamer. HEX triplet: 42, 9A and 7C. RGB value is (66,154,124). Sum of RGB (Red+Green+Blue) = 66+154+124=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 154 - color contains mainly: green. Hex color #429A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429A7C is #BD6583. Grayscale: #7C7C7C. Windows color (decimal): -12412292 or 8165954. OLE color: 8165954.

HSL color Cylindrical-coordinate representation of color #429A7C: hue angle of 159.55º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429A7C is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB66154124-
CMYK0.5700.190.40
HSL159.55º40%43.14%-
HSV(B)159.55º57.14%60.39%-
XYZ17.4425.7223.11-
YUV124.27127.8586.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.19%
GREEN value IS 154 (60.55% from 255) = 44.77%
BLUE value IS 124 (48.83% from 255) = 36.05%
R=19.19%
G=44.77%
B=36.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661541240.5700.190.40159.554043.14
Hex429A7C3901328a0282b
Octal10223217471023502405053
Binary100001010011010111110011100101001110100010100000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429a7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,154,124); }

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

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

 a { background-color: rgb(66,154,124); }

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

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

 span { border-color: rgb(66,154,124); }

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