#42A697

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

Shades of Gossamer #42A697

Tints of Gossamer #42A697

Color information

#42A697 (or 0x42A697) is unknown color: approx Gossamer. HEX triplet: 42, A6 and 97. RGB value is (66,166,151). Sum of RGB (Red+Green+Blue) = 66+166+151=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #42A697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A697 is #BD5968. Grayscale: #868686. Windows color (decimal): -12409193 or 9938498. OLE color: 9938498.

HSL color Cylindrical-coordinate representation of color #42A697: hue angle of 171º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A697 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB66166151-
CMYK0.6000.090.35
HSL171º43.1%45.49%-
HSV(B)171º60.24%65.1%-
XYZ21.4730.6734.07-
YUV134.39137.3779.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.23%
GREEN value IS 166 (65.23% from 255) = 43.34%
BLUE value IS 151 (59.38% from 255) = 39.43%
R=17.23%
G=43.34%
B=39.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661661510.6000.090.3517143.145.49
Hex42A6973C0923ab2b2d
Octal10224622774011432535355
Binary100001010100110100101111111000100110001110101011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,166,151); }

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

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

 a { background-color: rgb(66,166,151); }

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

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

 span { border-color: rgb(66,166,151); }

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