#42B38E

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

Shades of Gossamer #42B38E

Tints of Gossamer #42B38E

Color information

#42B38E (or 0x42B38E) is unknown color: approx Gossamer. HEX triplet: 42, B3 and 8E. RGB value is (66,179,142). Sum of RGB (Red+Green+Blue) = 66+179+142=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #42B38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B38E is #BD4C71. Grayscale: #8D8D8D. Windows color (decimal): -12405874 or 9352002. OLE color: 9352002.

HSL color Cylindrical-coordinate representation of color #42B38E: hue angle of 160.35º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B38E is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB66179142-
CMYK0.6300.210.30
HSL160.35º46.12%48.04%-
HSV(B)160.35º63.13%70.2%-
XYZ23.2535.3531.19-
YUV140.99128.5674.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.05%
GREEN value IS 179 (70.31% from 255) = 46.25%
BLUE value IS 142 (55.86% from 255) = 36.69%
R=17.05%
G=46.25%
B=36.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661791420.6300.210.30160.3546.1248.04
Hex42B38E3F0151Ea02e30
Octal10226321677025362405660
Binary100001010110011100011101111110101011111010100000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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