Html Css Color HEX #4AA697 Gossamer

📋 copy color: '#4AA697'

red 74 ◦ green 166 ◦ blue 151

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

Shades of Gossamer #4AA697

Tints of Gossamer #4AA697

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.46%

 BLUE value IS 151 (59.38% from 255) = 38.62%

R = 18.93%
G = 42.46%
B = 38.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#4AA697 (or 0x4AA697) is known color: Gossamer. HEX triplet: 4A, A6 and 97. RGB value is (74,166,151). Sum of RGB (Red+Green+Blue) = 74+166+151=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA697 is #B55968. Grayscale: #888888. Windows color (decimal): -11884905 or 9938506. OLE color: 9938506.

HSL color Cylindrical-coordinate representation of color #4AA697: hue angle of 170.22º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA697 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 74 166 151 -
CMYK 0.55 0 0.09 0.35
HSL 170.22º 0.38% 0.47% -
HSV(B) 170.22º 0.55% 0.65% -
XYZ 22.05 30.96 34.09 -
YUV 136.78 136.02 83.22 -
System Red Green Blue C M Y K H S L
Decimal 74 166 151 0.55 0 0.09 0.35 170.22 0.38 0.47
Hex 4A A6 97 37 0 9 23 AA 26 2F
Octal 112 246 227 67 0 11 43 252 46 57
Binary 1001010 10100110 10010111 110111 0 1001 100011 10101010 100110 101111

Color Harmonies of #4AA697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA697

Black with #4AA697

Text Example


Text Example

White with #4AA697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,166,151); }

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

background-color css

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

 a { background-color: rgb(74,166,151); }

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

border-color css

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

 span { border-color: rgb(74,166,151); }

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