Html Css Color HEX #79A99B Acapulco

📋 copy color: '#79A99B'

red 121 ◦ green 169 ◦ blue 155

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

Shades of Acapulco #79A99B

Tints of Acapulco #79A99B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.98%

 BLUE value IS 155 (60.94% from 255) = 34.83%

R = 27.19%
G = 37.98%
B = 34.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#79A99B (or 0x79A99B) is known color: Acapulco. HEX triplet: 79, A9 and 9B. RGB value is (121,169,155). Sum of RGB (Red+Green+Blue) = 121+169+155=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 169 - color contains mainly: green. Hex color #79A99B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A99B is #865664. Grayscale: #999999. Windows color (decimal): -8803941 or 10201465. OLE color: 10201465.

HSL color Cylindrical-coordinate representation of color #79A99B: hue angle of 162.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #79A99B is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 121 169 155 -
CMYK 0.28 0 0.08 0.34
HSL 162.5º 0.22% 0.57% -
HSV(B) 162.5º 0.28% 0.66% -
XYZ 27.99 34.81 36.25 -
YUV 153.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 121 169 155 0.28 0 0.08 0.34 162.5 0.22 0.57
Hex 79 A9 9B 1C 0 8 22 A2 16 39
Octal 171 251 233 34 0 10 42 242 26 71
Binary 1111001 10101001 10011011 11100 0 1000 100010 10100010 10110 111001

Color Harmonies of #79A99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A99B

Black with #79A99B

Text Example


Text Example

White with #79A99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,169,155); }

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

background-color css

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

 a { background-color: rgb(121,169,155); }

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

border-color css

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

 span { border-color: rgb(121,169,155); }

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