#42AC87

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

Shades of Gossamer #42AC87

Tints of Gossamer #42AC87

Color information

#42AC87 (or 0x42AC87) is unknown color: approx Gossamer. HEX triplet: 42, AC and 87. RGB value is (66,172,135). Sum of RGB (Red+Green+Blue) = 66+172+135=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AC87 is #BD5378. Grayscale: #888888. Windows color (decimal): -12407673 or 8891458. OLE color: 8891458.

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

Color convert

RGB66172135-
CMYK0.6200.220.33
HSL159.06º44.54%46.67%-
HSV(B)159.06º61.63%67.45%-
XYZ21.3732.4128.05-
YUV136.09127.3878.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.69%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 135 (53.12% from 255) = 36.19%
R=17.69%
G=46.11%
B=36.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661721350.6200.220.33159.0644.5446.67
Hex42AC873E016219f2d2f
Octal10225420776026412375557
Binary1000010101011001000011111111001011010000110011111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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