#42AB84

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

Shades of Gossamer #42AB84

Tints of Gossamer #42AB84

Color information

#42AB84 (or 0x42AB84) is unknown color: approx Gossamer. HEX triplet: 42, AB and 84. RGB value is (66,171,132). Sum of RGB (Red+Green+Blue) = 66+171+132=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB84 is #BD547B. Grayscale: #878787. Windows color (decimal): -12407932 or 8694594. OLE color: 8694594.

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

Color convert

RGB66171132-
CMYK0.6100.230.33
HSL157.71º44.3%46.47%-
HSV(B)157.71º61.4%67.06%-
XYZ20.9731.9526.89-
YUV135.16126.2178.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 171 (67.19% from 255) = 46.34%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=17.89%
G=46.34%
B=35.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661711320.6100.230.33157.7144.346.47
Hex42AB843D017219e2c2e
Octal10225320475027412365456
Binary1000010101010111000010011110101011110000110011110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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