#46ad93

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

Shades of Gossamer #46AD93

Tints of Gossamer #46AD93

Color information

#46AD93 (or 0x46AD93) is unknown color: approx Gossamer. HEX triplet: 46, AD and 93. RGB value is (70,173,147). Sum of RGB (Red+Green+Blue) = 70+173+147=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AD93 is #B9526C. Grayscale: #8B8B8B. Windows color (decimal): -12145261 or 9678150. OLE color: 9678150.

HSL color Cylindrical-coordinate representation of color #46AD93: hue angle of 164.85º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AD93 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB70173147-
CMYK0.6000.150.32
HSL164.85º42.39%47.65%-
HSV(B)164.85º59.54%67.84%-
XYZ22.7433.332.83-
YUV139.24132.3878.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.95%
GREEN value IS 173 (67.97% from 255) = 44.36%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=17.95%
G=44.36%
B=37.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701731470.6000.150.32164.8542.3947.65
Hex46AD933C0F20a52a30
Octal10625522374017402455260
Binary100011010101101100100111111000111110000010100101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46ad93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,173,147); }

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

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

 a { background-color: rgb(70,173,147); }

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

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

 span { border-color: rgb(70,173,147); }

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