#42AA82

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

Shades of Gossamer #42AA82

Tints of Gossamer #42AA82

Color information

#42AA82 (or 0x42AA82) is unknown color: approx Gossamer. HEX triplet: 42, AA and 82. RGB value is (66,170,130). Sum of RGB (Red+Green+Blue) = 66+170+130=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AA82 is #BD557D. Grayscale: #868686. Windows color (decimal): -12408190 or 8563266. OLE color: 8563266.

HSL color Cylindrical-coordinate representation of color #42AA82: hue angle of 156.92º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AA82 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB66170130-
CMYK0.6100.240.33
HSL156.92º44.07%46.27%-
HSV(B)156.92º61.18%66.67%-
XYZ20.6531.5226.11-
YUV134.34125.5479.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.03%
GREEN value IS 170 (66.80% from 255) = 46.45%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=18.03%
G=46.45%
B=35.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661701300.6100.240.33156.9244.0746.27
Hex42AA823D018219d2c2e
Octal10225220275030412355456
Binary1000010101010101000001011110101100010000110011101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42AA82; }

 p { color: rgb(66,170,130); }

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

<style>
 a { background-color: #42AA82; }

 a { background-color: rgb(66,170,130); }

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

<style>
 span { border-color: #42AA82; }

 span { border-color: rgb(66,170,130); }

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