Html Css Color HEX #4AAE8D Gossamer

📋 copy color: '#4AAE8D'

red 74 ◦ green 174 ◦ blue 141

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

Shades of Gossamer #4AAE8D

Tints of Gossamer #4AAE8D

RGB

 RED value IS 74 (29.3% from 255) = 19.02%

 GREEN value IS 174 (68.36% from 255) = 44.73%

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 19.02%
G = 44.73%
B = 36.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#4AAE8D (or 0x4AAE8D) is known color: Gossamer. HEX triplet: 4A, AE and 8D. RGB value is (74,174,141). Sum of RGB (Red+Green+Blue) = 74+174+141=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAE8D is #B55172. Grayscale: #8C8C8C. Windows color (decimal): -11882867 or 9285194. OLE color: 9285194.

HSL color Cylindrical-coordinate representation of color #4AAE8D: hue angle of 160.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAE8D is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 174 141 -
CMYK 0.57 0 0.19 0.32
HSL 160.2º 0.4% 0.49% -
HSV(B) 160.2º 0.57% 0.68% -
XYZ 22.77 33.65 30.49 -
YUV 140.34 128.37 80.68 -
System Red Green Blue C M Y K H S L
Decimal 74 174 141 0.57 0 0.19 0.32 160.2 0.4 0.49
Hex 4A AE 8D 39 0 13 20 A0 28 31
Octal 112 256 215 71 0 23 40 240 50 61
Binary 1001010 10101110 10001101 111001 0 10011 100000 10100000 101000 110001

Color Harmonies of #4AAE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAE8D

Black with #4AAE8D

Text Example


Text Example

White with #4AAE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,174,141); }

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

background-color css

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

 a { background-color: rgb(74,174,141); }

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

border-color css

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

 span { border-color: rgb(74,174,141); }

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