#42AD95

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

Shades of Gossamer #42AD95

Tints of Gossamer #42AD95

Color information

#42AD95 (or 0x42AD95) is unknown color: approx Gossamer. HEX triplet: 42, AD and 95. RGB value is (66,173,149). Sum of RGB (Red+Green+Blue) = 66+173+149=388 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.01% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AD95 is #BD526A. Grayscale: #8A8A8A. Windows color (decimal): -12407403 or 9809218. OLE color: 9809218.

HSL color Cylindrical-coordinate representation of color #42AD95: hue angle of 166.54º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AD95 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB66173149-
CMYK0.6200.140.32
HSL166.54º44.77%46.86%-
HSV(B)166.54º61.85%67.84%-
XYZ22.6233.2233.65-
YUV138.27134.0576.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.01%
GREEN value IS 173 (67.97% from 255) = 44.59%
BLUE value IS 149 (58.59% from 255) = 38.40%
R=17.01%
G=44.59%
B=38.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661731490.6200.140.32166.5444.7746.86
Hex42AD953E0E20a72d2f
Octal10225522576016402475557
Binary100001010101101100101011111100111010000010100111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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