#42B395

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

Shades of Gossamer #42B395

Tints of Gossamer #42B395

Color information

#42B395 (or 0x42B395) is unknown color: approx Gossamer. HEX triplet: 42, B3 and 95. RGB value is (66,179,149). Sum of RGB (Red+Green+Blue) = 66+179+149=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #42B395 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B395 is #BD4C6A. Grayscale: #8D8D8D. Windows color (decimal): -12405867 or 9810754. OLE color: 9810754.

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

Color convert

RGB66179149-
CMYK0.6300.170.30
HSL164.07º46.12%48.04%-
HSV(B)164.07º63.13%70.2%-
XYZ23.7935.5734.05-
YUV141.79132.0673.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.75%
GREEN value IS 179 (70.31% from 255) = 45.43%
BLUE value IS 149 (58.59% from 255) = 37.82%
R=16.75%
G=45.43%
B=37.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661791490.6300.170.30164.0746.1248.04
Hex42B3953F0111Ea42e30
Octal10226322577021362445660
Binary100001010110011100101011111110100011111010100100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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