#4EA082

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

Shades of Gossamer #4EA082

Tints of Gossamer #4EA082

Color information

#4EA082 (or 0x4EA082) is unknown color: approx Gossamer. HEX triplet: 4E, A0 and 82. RGB value is (78,160,130). Sum of RGB (Red+Green+Blue) = 78+160+130=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA082 is #B15F7D. Grayscale: #848484. Windows color (decimal): -11624318 or 8560718. OLE color: 8560718.

HSL color Cylindrical-coordinate representation of color #4EA082: hue angle of 158.05º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4EA082 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB78160130-
CMYK0.5100.190.37
HSL158.05º34.45%46.67%-
HSV(B)158.05º51.25%62.75%-
XYZ19.7428.3725.56-
YUV132.06126.8389.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.20%
GREEN value IS 160 (62.89% from 255) = 43.48%
BLUE value IS 130 (51.17% from 255) = 35.33%
R=21.20%
G=43.48%
B=35.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal781601300.5100.190.37158.0534.4546.67
Hex4EA08233013259e222f
Octal11624020263023452364257
Binary1001110101000001000001011001101001110010110011110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EA082; }

 p { color: rgb(78,160,130); }

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

<style>
 a { background-color: #4EA082; }

 a { background-color: rgb(78,160,130); }

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

<style>
 span { border-color: #4EA082; }

 span { border-color: rgb(78,160,130); }

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