Html Css Color HEX #79AA94 Acapulco

📋 copy color: '#79AA94'

red 121 ◦ green 170 ◦ blue 148

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

Shades of Acapulco #79AA94

Tints of Acapulco #79AA94

RGB

 RED value IS 121 (47.66% from 255) = 27.56%

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

 BLUE value IS 148 (58.2% from 255) = 33.71%

R = 27.56%
G = 38.72%
B = 33.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#79AA94 (or 0x79AA94) is known color: Acapulco. HEX triplet: 79, AA and 94. RGB value is (121,170,148). Sum of RGB (Red+Green+Blue) = 121+170+148=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AA94 is #86556B. Grayscale: #989898. Windows color (decimal): -8803692 or 9742969. OLE color: 9742969.

HSL color Cylindrical-coordinate representation of color #79AA94: hue angle of 153.06º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79AA94 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 170 148 -
CMYK 0.29 0 0.13 0.33
HSL 153.06º 0.22% 0.57% -
HSV(B) 153.06º 0.29% 0.67% -
XYZ 27.61 34.95 33.31 -
YUV 152.84 125.27 105.29 -
System Red Green Blue C M Y K H S L
Decimal 121 170 148 0.29 0 0.13 0.33 153.06 0.22 0.57
Hex 79 AA 94 1D 0 D 21 99 16 39
Octal 171 252 224 35 0 15 41 231 26 71
Binary 1111001 10101010 10010100 11101 0 1101 100001 10011001 10110 111001

Color Harmonies of #79AA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AA94

Black with #79AA94

Text Example


Text Example

White with #79AA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79AA94; }

 p { color: rgb(121,170,148); }

 H1.HeaderClassName
 {
   color: #79AA94;
 }
 .AnyTagClassName
 {
   color: #79AA94;
 }
</style>

background-color css

<style>
 a { background-color: #79AA94; }

 a { background-color: rgb(121,170,148); }

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

border-color css

<style>
 span { border-color: #79AA94; }

 span { border-color: rgb(121,170,148); }

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