#429F7B

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

Shades of Gossamer #429F7B

Tints of Gossamer #429F7B

Color information

#429F7B (or 0x429F7B) is unknown color: approx Gossamer. HEX triplet: 42, 9F and 7B. RGB value is (66,159,123). Sum of RGB (Red+Green+Blue) = 66+159+123=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #429F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F7B is #BD6084. Grayscale: #7F7F7F. Windows color (decimal): -12411013 or 8101698. OLE color: 8101698.

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

Color convert

RGB66159123-
CMYK0.5800.230.38
HSL156.77º41.33%44.12%-
HSV(B)156.77º58.49%62.35%-
XYZ18.2227.3823.06-
YUV127.09125.6984.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.97%
GREEN value IS 159 (62.5% from 255) = 45.69%
BLUE value IS 123 (48.44% from 255) = 35.34%
R=18.97%
G=45.69%
B=35.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661591230.5800.230.38156.7741.3344.12
Hex429F7B3A017269d292c
Octal10223717372027462355154
Binary100001010011111111101111101001011110011010011101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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