#42AD84

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

Shades of Gossamer #42AD84

Tints of Gossamer #42AD84

Color information

#42AD84 (or 0x42AD84) is unknown color: approx Gossamer. HEX triplet: 42, AD and 84. RGB value is (66,173,132). Sum of RGB (Red+Green+Blue) = 66+173+132=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AD84 is #BD527B. Grayscale: #888888. Windows color (decimal): -12407420 or 8695106. OLE color: 8695106.

HSL color Cylindrical-coordinate representation of color #42AD84: hue angle of 157.01º 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 #42AD84 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB66173132-
CMYK0.6200.240.32
HSL157.01º44.77%46.86%-
HSV(B)157.01º61.85%67.84%-
XYZ21.3632.7127.02-
YUV136.33125.5577.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 173 (67.97% from 255) = 46.63%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=17.79%
G=46.63%
B=35.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661731320.6200.240.32157.0144.7746.86
Hex42AD843E018209d2d2f
Octal10225520476030402355557
Binary1000010101011011000010011111001100010000010011101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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