#46A68E

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

Shades of Gossamer #46A68E

Tints of Gossamer #46A68E

Color information

#46A68E (or 0x46A68E) is unknown color: approx Gossamer. HEX triplet: 46, A6 and 8E. RGB value is (70,166,142). Sum of RGB (Red+Green+Blue) = 70+166+142=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #46A68E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A68E is #B95971. Grayscale: #868686. Windows color (decimal): -12147058 or 9348678. OLE color: 9348678.

HSL color Cylindrical-coordinate representation of color #46A68E: hue angle of 165º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A68E is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB70166142-
CMYK0.5800.140.35
HSL165º40.68%46.27%-
HSV(B)165º57.83%65.1%-
XYZ21.0430.5330.37-
YUV134.56132.281.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.52%
GREEN value IS 166 (65.23% from 255) = 43.92%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=18.52%
G=43.92%
B=37.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal701661420.5800.140.3516540.6846.27
Hex46A68E3A0E23a5292e
Octal10624621672016432455156
Binary100011010100110100011101110100111010001110100101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,166,142); }

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

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

 a { background-color: rgb(70,166,142); }

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

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

 span { border-color: rgb(70,166,142); }

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