Html Css Color HEX #79A195 Acapulco

📋 copy color: '#79A195'

red 121 ◦ green 161 ◦ blue 149

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

Shades of Acapulco #79A195

Tints of Acapulco #79A195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.35%

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 28.07%
G = 37.35%
B = 34.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#79A195 (or 0x79A195) is known color: Acapulco. HEX triplet: 79, A1 and 95. RGB value is (121,161,149). Sum of RGB (Red+Green+Blue) = 121+161+149=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 161 - color contains mainly: green. Hex color #79A195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A195 is #865E6A. Grayscale: #939393. Windows color (decimal): -8805995 or 9806201. OLE color: 9806201.

HSL color Cylindrical-coordinate representation of color #79A195: hue angle of 162º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79A195 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 121 161 149 -
CMYK 0.25 0 0.07 0.37
HSL 162º 0.18% 0.55% -
HSV(B) 162º 0.25% 0.63% -
XYZ 26.05 31.72 33.18 -
YUV 147.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 121 161 149 0.25 0 0.07 0.37 162 0.18 0.55
Hex 79 A1 95 19 0 7 25 A2 12 37
Octal 171 241 225 31 0 7 45 242 22 67
Binary 1111001 10100001 10010101 11001 0 111 100101 10100010 10010 110111

Color Harmonies of #79A195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A195

Black with #79A195

Text Example


Text Example

White with #79A195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,161,149); }

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

background-color css

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

 a { background-color: rgb(121,161,149); }

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

border-color css

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

 span { border-color: rgb(121,161,149); }

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