#4EA48A

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

Shades of Gossamer #4EA48A

Tints of Gossamer #4EA48A

Color information

#4EA48A (or 0x4EA48A) is unknown color: approx Gossamer. HEX triplet: 4E, A4 and 8A. RGB value is (78,164,138). Sum of RGB (Red+Green+Blue) = 78+164+138=380 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.53% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA48A is #B15B75. Grayscale: #878787. Windows color (decimal): -11623286 or 9086030. OLE color: 9086030.

HSL color Cylindrical-coordinate representation of color #4EA48A: hue angle of 161.86º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA48A is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB78164138-
CMYK0.5200.160.36
HSL161.86º35.54%47.45%-
HSV(B)161.86º52.44%64.31%-
XYZ2130.0128.73-
YUV135.32129.5187.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.53%
GREEN value IS 164 (64.45% from 255) = 43.16%
BLUE value IS 138 (54.30% from 255) = 36.32%
R=20.53%
G=43.16%
B=36.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal781641380.5200.160.36161.8635.5447.45
Hex4EA48A3401024a2242f
Octal11624421264020442424457
Binary1001110101001001000101011010001000010010010100010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,164,138); }

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

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

 a { background-color: rgb(78,164,138); }

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

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

 span { border-color: rgb(78,164,138); }

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