#42997E

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

Shades of Gossamer #42997E

Tints of Gossamer #42997E

Color information

#42997E (or 0x42997E) is unknown color: approx Gossamer. HEX triplet: 42, 99 and 7E. RGB value is (66,153,126). Sum of RGB (Red+Green+Blue) = 66+153+126=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #42997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42997E is #BD6681. Grayscale: #7B7B7B. Windows color (decimal): -12412546 or 8296770. OLE color: 8296770.

HSL color Cylindrical-coordinate representation of color #42997E: hue angle of 161.38º 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 #42997E is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB66153126-
CMYK0.5700.180.4
HSL161.38º39.73%42.94%-
HSV(B)161.38º56.86%60%-
XYZ17.425.4523.73-
YUV123.91129.1886.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.13%
GREEN value IS 153 (60.16% from 255) = 44.35%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=19.13%
G=44.35%
B=36.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661531260.5700.180.4161.3839.7342.94
Hex42997E3901228a1282b
Octal10223117671022502415053
Binary100001010011001111111011100101001010100010100001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42997E; }

 p { color: rgb(66,153,126); }

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

<style>
 a { background-color: #42997E; }

 a { background-color: rgb(66,153,126); }

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

<style>
 span { border-color: #42997E; }

 span { border-color: rgb(66,153,126); }

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