#42AB95

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

Shades of Gossamer #42AB95

Tints of Gossamer #42AB95

Color information

#42AB95 (or 0x42AB95) is unknown color: approx Gossamer. HEX triplet: 42, AB and 95. RGB value is (66,171,149). Sum of RGB (Red+Green+Blue) = 66+171+149=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB95 is #BD546A. Grayscale: #898989. Windows color (decimal): -12407915 or 9808706. OLE color: 9808706.

HSL color Cylindrical-coordinate representation of color #42AB95: hue angle of 167.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AB95 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB66171149-
CMYK0.6100.130.33
HSL167.43º44.3%46.47%-
HSV(B)167.43º61.4%67.06%-
XYZ22.2332.4533.53-
YUV137.1134.7177.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.10%
GREEN value IS 171 (67.19% from 255) = 44.30%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=17.10%
G=44.30%
B=38.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661711490.6100.130.33167.4344.346.47
Hex42AB953D0D21a72c2e
Octal10225322575015412475456
Binary100001010101011100101011111010110110000110100111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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