#42AB96

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

Shades of Gossamer #42AB96

Tints of Gossamer #42AB96

Color information

#42AB96 (or 0x42AB96) is unknown color: approx Gossamer. HEX triplet: 42, AB and 96. RGB value is (66,171,150). Sum of RGB (Red+Green+Blue) = 66+171+150=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB96 is #BD5469. Grayscale: #898989. Windows color (decimal): -12407914 or 9874242. OLE color: 9874242.

HSL color Cylindrical-coordinate representation of color #42AB96: hue angle of 168º 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 #42AB96 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB66171150-
CMYK0.6100.120.33
HSL168º44.3%46.47%-
HSV(B)168º61.4%67.06%-
XYZ22.3132.4933.95-
YUV137.21135.2177.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.05%
GREEN value IS 171 (67.19% from 255) = 44.19%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=17.05%
G=44.19%
B=38.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661711500.6100.120.3316844.346.47
Hex42AB963D0C21a82c2e
Octal10225322675014412505456
Binary100001010101011100101101111010110010000110101000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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