#42B18E

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

Shades of Gossamer #42B18E

Tints of Gossamer #42B18E

Color information

#42B18E (or 0x42B18E) is unknown color: approx Gossamer. HEX triplet: 42, B1 and 8E. RGB value is (66,177,142). Sum of RGB (Red+Green+Blue) = 66+177+142=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #42B18E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B18E is #BD4E71. Grayscale: #8B8B8B. Windows color (decimal): -12406386 or 9351490. OLE color: 9351490.

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

Color convert

RGB66177142-
CMYK0.6300.200.31
HSL161.08º45.68%47.65%-
HSV(B)161.08º62.71%69.41%-
XYZ22.8534.5631.06-
YUV139.82129.2375.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.14%
GREEN value IS 177 (69.53% from 255) = 45.97%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=17.14%
G=45.97%
B=36.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661771420.6300.200.31161.0845.6847.65
Hex42B18E3F0141Fa12e30
Octal10226121677024372415660
Binary100001010110001100011101111110101001111110100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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