Html Css Color HEX #4AA689 Gossamer

📋 copy color: '#4AA689'

red 74 ◦ green 166 ◦ blue 137

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

Shades of Gossamer #4AA689

Tints of Gossamer #4AA689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 19.63%
G = 44.03%
B = 36.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#4AA689 (or 0x4AA689) is known color: Gossamer. HEX triplet: 4A, A6 and 89. RGB value is (74,166,137). Sum of RGB (Red+Green+Blue) = 74+166+137=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA689 is #B55976. Grayscale: #878787. Windows color (decimal): -11884919 or 9021002. OLE color: 9021002.

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

Color convert

RGB 74 166 137 -
CMYK 0.55 0 0.17 0.35
HSL 161.09º 0.38% 0.47% -
HSV(B) 161.09º 0.55% 0.65% -
XYZ 20.98 30.53 28.46 -
YUV 135.19 129.02 84.36 -
System Red Green Blue C M Y K H S L
Decimal 74 166 137 0.55 0 0.17 0.35 161.09 0.38 0.47
Hex 4A A6 89 37 0 11 23 A1 26 2F
Octal 112 246 211 67 0 21 43 241 46 57
Binary 1001010 10100110 10001001 110111 0 10001 100011 10100001 100110 101111

Color Harmonies of #4AA689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA689

Black with #4AA689

Text Example


Text Example

White with #4AA689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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