Html Css Color HEX #4AAA91 Gossamer

📋 copy color: '#4AAA91'

red 74 ◦ green 170 ◦ blue 145

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

Shades of Gossamer #4AAA91

Tints of Gossamer #4AAA91

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.7%

 BLUE value IS 145 (57.03% from 255) = 37.28%

R = 19.02%
G = 43.7%
B = 37.28%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#4AAA91 (or 0x4AAA91) is known color: Gossamer. HEX triplet: 4A, AA and 91. RGB value is (74,170,145). Sum of RGB (Red+Green+Blue) = 74+170+145=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAA91 is #B5556E. Grayscale: #8A8A8A. Windows color (decimal): -11883887 or 9546314. OLE color: 9546314.

HSL color Cylindrical-coordinate representation of color #4AAA91: hue angle of 164.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AAA91 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 170 145 -
CMYK 0.56 0 0.15 0.33
HSL 164.38º 0.39% 0.48% -
HSV(B) 164.38º 0.56% 0.67% -
XYZ 22.31 32.25 31.84 -
YUV 138.45 131.7 82.03 -
System Red Green Blue C M Y K H S L
Decimal 74 170 145 0.56 0 0.15 0.33 164.38 0.39 0.48
Hex 4A AA 91 38 0 F 21 A4 27 30
Octal 112 252 221 70 0 17 41 244 47 60
Binary 1001010 10101010 10010001 111000 0 1111 100001 10100100 100111 110000

Color Harmonies of #4AAA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA91

Black with #4AAA91

Text Example


Text Example

White with #4AAA91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,170,145); }

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

background-color css

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

 a { background-color: rgb(74,170,145); }

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

border-color css

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

 span { border-color: rgb(74,170,145); }

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