#46AA96

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

Shades of Gossamer #46AA96

Tints of Gossamer #46AA96

Color information

#46AA96 (or 0x46AA96) is unknown color: approx Gossamer. HEX triplet: 46, AA and 96. RGB value is (70,170,150). Sum of RGB (Red+Green+Blue) = 70+170+150=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #46AA96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AA96 is #B95569. Grayscale: #898989. Windows color (decimal): -12146026 or 9873990. OLE color: 9873990.

HSL color Cylindrical-coordinate representation of color #46AA96: hue angle of 168º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46AA96 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB70170150-
CMYK0.5900.120.33
HSL168º41.67%47.06%-
HSV(B)168º58.82%66.67%-
XYZ22.4132.2533.9-
YUV137.82134.8779.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.95%
GREEN value IS 170 (66.80% from 255) = 43.59%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=17.95%
G=43.59%
B=38.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701701500.5900.120.3316841.6747.06
Hex46AA963B0C21a82a2f
Octal10625222673014412505257
Binary100011010101010100101101110110110010000110101000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46AA96; }

 p { color: rgb(70,170,150); }

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

<style>
 a { background-color: #46AA96; }

 a { background-color: rgb(70,170,150); }

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

<style>
 span { border-color: #46AA96; }

 span { border-color: rgb(70,170,150); }

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