#42B290

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

Shades of Gossamer #42B290

Tints of Gossamer #42B290

Color information

#42B290 (or 0x42B290) is unknown color: approx Gossamer. HEX triplet: 42, B2 and 90. RGB value is (66,178,144). Sum of RGB (Red+Green+Blue) = 66+178+144=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #42B290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B290 is #BD4D6F. Grayscale: #8C8C8C. Windows color (decimal): -12406128 or 9482818. OLE color: 9482818.

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

Color convert

RGB66178144-
CMYK0.6300.190.30
HSL161.79º45.9%47.84%-
HSV(B)161.79º62.92%69.8%-
XYZ23.235.0131.92-
YUV140.64129.8974.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.01%
GREEN value IS 178 (69.92% from 255) = 45.88%
BLUE value IS 144 (56.64% from 255) = 37.11%
R=17.01%
G=45.88%
B=37.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661781440.6300.190.30161.7945.947.84
Hex42B2903F0131Ea22e30
Octal10226222077023362425660
Binary100001010110010100100001111110100111111010100010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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