Html Css Color HEX #4EA488 Gossamer

📋 copy color: '#4EA488'

red 78 ◦ green 164 ◦ blue 136

#4EA488
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #4EA488

Tints of Gossamer #4EA488

RGB

 RED value IS 78 (30.86% from 255) = 20.63%

 GREEN value IS 164 (64.45% from 255) = 43.39%

 BLUE value IS 136 (53.52% from 255) = 35.98%

R = 20.63%
G = 43.39%
B = 35.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#4EA488 (or 0x4EA488) is known color: Gossamer. HEX triplet: 4E, A4 and 88. RGB value is (78,164,136). Sum of RGB (Red+Green+Blue) = 78+164+136=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #4EA488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA488 is #B15B77. Grayscale: #878787. Windows color (decimal): -11623288 or 8954958. OLE color: 8954958.

HSL color Cylindrical-coordinate representation of color #4EA488: hue angle of 160.47º 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 #4EA488 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 78 164 136 -
CMYK 0.52 0 0.17 0.36
HSL 160.47º 0.36% 0.47% -
HSV(B) 160.47º 0.52% 0.64% -
XYZ 20.86 29.95 27.97 -
YUV 135.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 78 164 136 0.52 0 0.17 0.36 160.47 0.36 0.47
Hex 4E A4 88 34 0 11 24 A0 24 2F
Octal 116 244 210 64 0 21 44 240 44 57
Binary 1001110 10100100 10001000 110100 0 10001 100100 10100000 100100 101111

Color Harmonies of #4EA488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA488

Black with #4EA488

Text Example


Text Example

White with #4EA488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EA488;
 }
 .AnyTagClassName
 {
   color: #4EA488;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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