#46B38E

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

Shades of Gossamer #46B38E

Tints of Gossamer #46B38E

Color information

#46B38E (or 0x46B38E) is unknown color: approx Gossamer. HEX triplet: 46, B3 and 8E. RGB value is (70,179,142). Sum of RGB (Red+Green+Blue) = 70+179+142=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #46B38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46B38E is #B94C71. Grayscale: #8E8E8E. Windows color (decimal): -12143730 or 9352006. OLE color: 9352006.

HSL color Cylindrical-coordinate representation of color #46B38E: hue angle of 159.63º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46B38E is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB70179142-
CMYK0.6100.210.30
HSL159.63º43.78%48.82%-
HSV(B)159.63º60.89%70.2%-
XYZ23.5335.531.2-
YUV142.19127.8976.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.90%
GREEN value IS 179 (70.31% from 255) = 45.78%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=17.90%
G=45.78%
B=36.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal701791420.6100.210.30159.6343.7848.82
Hex46B38E3D0151Ea02c31
Octal10626321675025362405461
Binary100011010110011100011101111010101011111010100000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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