#42ab87

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

Shades of Gossamer #42AB87

Tints of Gossamer #42AB87

Color information

#42AB87 (or 0x42AB87) is unknown color: approx Gossamer. HEX triplet: 42, AB and 87. RGB value is (66,171,135). Sum of RGB (Red+Green+Blue) = 66+171+135=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB87 is #BD5478. Grayscale: #878787. Windows color (decimal): -12407929 or 8891202. OLE color: 8891202.

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

Color convert

RGB66171135-
CMYK0.6100.210.33
HSL159.43º44.3%46.47%-
HSV(B)159.43º61.4%67.06%-
XYZ21.1832.0327.99-
YUV135.5127.7178.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.74%
GREEN value IS 171 (67.19% from 255) = 45.97%
BLUE value IS 135 (53.12% from 255) = 36.29%
R=17.74%
G=45.97%
B=36.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661711350.6100.210.33159.4344.346.47
Hex42AB873D015219f2c2e
Octal10225320775025412375456
Binary1000010101010111000011111110101010110000110011111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ab87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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