#42B28E

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

Shades of Gossamer #42B28E

Tints of Gossamer #42B28E

Color information

#42B28E (or 0x42B28E) is unknown color: approx Gossamer. HEX triplet: 42, B2 and 8E. RGB value is (66,178,142). Sum of RGB (Red+Green+Blue) = 66+178+142=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #42B28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B28E is #BD4D71. Grayscale: #8C8C8C. Windows color (decimal): -12406130 or 9351746. OLE color: 9351746.

HSL color Cylindrical-coordinate representation of color #42B28E: hue angle of 160.71º 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 #42B28E is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB66178142-
CMYK0.6300.200.30
HSL160.71º45.9%47.84%-
HSV(B)160.71º62.92%69.8%-
XYZ23.0534.9531.12-
YUV140.41128.8974.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.10%
GREEN value IS 178 (69.92% from 255) = 46.11%
BLUE value IS 142 (55.86% from 255) = 36.79%
R=17.10%
G=46.11%
B=36.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661781420.6300.200.30160.7145.947.84
Hex42B28E3F0141Ea12e30
Octal10226221677024362415660
Binary100001010110010100011101111110101001111010100001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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