#42A695

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

Shades of Gossamer #42A695

Tints of Gossamer #42A695

Color information

#42A695 (or 0x42A695) is unknown color: approx Gossamer. HEX triplet: 42, A6 and 95. RGB value is (66,166,149). Sum of RGB (Red+Green+Blue) = 66+166+149=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 166 - color contains mainly: green. Hex color #42A695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A695 is #BD596A. Grayscale: #868686. Windows color (decimal): -12409195 or 9807426. OLE color: 9807426.

HSL color Cylindrical-coordinate representation of color #42A695: hue angle of 169.8º 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 #42A695 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB66166149-
CMYK0.6000.100.35
HSL169.8º43.1%45.49%-
HSV(B)169.8º60.24%65.1%-
XYZ21.3130.633.22-
YUV134.16136.3779.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.32%
GREEN value IS 166 (65.23% from 255) = 43.57%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=17.32%
G=43.57%
B=39.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661661490.6000.100.35169.843.145.49
Hex42A6953C0A23aa2b2d
Octal10224622574012432525355
Binary100001010100110100101011111000101010001110101010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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