#42A78C

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

Shades of Gossamer #42A78C

Tints of Gossamer #42A78C

Color information

#42A78C (or 0x42A78C) is unknown color: approx Gossamer. HEX triplet: 42, A7 and 8C. RGB value is (66,167,140). Sum of RGB (Red+Green+Blue) = 66+167+140=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #42A78C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A78C is #BD5873. Grayscale: #858585. Windows color (decimal): -12408948 or 9217858. OLE color: 9217858.

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

Color convert

RGB66167140-
CMYK0.6000.160.35
HSL163.96º43.35%45.69%-
HSV(B)163.96º60.48%65.49%-
XYZ20.830.6929.64-
YUV133.72131.5479.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.69%
GREEN value IS 167 (65.62% from 255) = 44.77%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=17.69%
G=44.77%
B=37.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661671400.6000.160.35163.9643.3545.69
Hex42A78C3C01023a42b2e
Octal10224721474020432445356
Binary1000010101001111000110011110001000010001110100100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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