#42A78E

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

Shades of Gossamer #42A78E

Tints of Gossamer #42A78E

Color information

#42A78E (or 0x42A78E) is unknown color: approx Gossamer. HEX triplet: 42, A7 and 8E. RGB value is (66,167,142). Sum of RGB (Red+Green+Blue) = 66+167+142=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 167 - color contains mainly: green. Hex color #42A78E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A78E is #BD5871. Grayscale: #858585. Windows color (decimal): -12408946 or 9348930. OLE color: 9348930.

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

Color convert

RGB66167142-
CMYK0.6000.150.35
HSL165.15º43.35%45.69%-
HSV(B)165.15º60.48%65.49%-
XYZ20.9530.7530.42-
YUV133.95132.5479.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.6%
GREEN value IS 167 (65.62% from 255) = 44.53%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=17.6%
G=44.53%
B=37.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661671420.6000.150.35165.1543.3545.69
Hex42A78E3C0F23a52b2e
Octal10224721674017432455356
Binary100001010100111100011101111000111110001110100101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,167,142); }

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

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

 a { background-color: rgb(66,167,142); }

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

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

 span { border-color: rgb(66,167,142); }

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