Html Css Color HEX #7AA99C Acapulco

📋 copy color: '#7AA99C'

red 122 ◦ green 169 ◦ blue 156

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

Shades of Acapulco #7AA99C

Tints of Acapulco #7AA99C

RGB

 RED value IS 122 (48.05% from 255) = 27.29%

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

 BLUE value IS 156 (61.33% from 255) = 34.9%

R = 27.29%
G = 37.81%
B = 34.9%

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

#7AA99C (or 0x7AA99C) is known color: Acapulco. HEX triplet: 7A, A9 and 9C. RGB value is (122,169,156). Sum of RGB (Red+Green+Blue) = 122+169+156=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 169 - color contains mainly: green. Hex color #7AA99C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA99C is #855663. Grayscale: #999999. Windows color (decimal): -8738404 or 10267002. OLE color: 10267002.

HSL color Cylindrical-coordinate representation of color #7AA99C: hue angle of 163.4º degrees, saturation: 0.21, 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 #7AA99C is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 122 169 156 -
CMYK 0.28 0 0.08 0.34
HSL 163.4º 0.21% 0.57% -
HSV(B) 163.4º 0.28% 0.66% -
XYZ 28.21 34.91 36.7 -
YUV 153.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 122 169 156 0.28 0 0.08 0.34 163.4 0.21 0.57
Hex 7A A9 9C 1C 0 8 22 A3 15 39
Octal 172 251 234 34 0 10 42 243 25 71
Binary 1111010 10101001 10011100 11100 0 1000 100010 10100011 10101 111001

Color Harmonies of #7AA99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA99C

Black with #7AA99C

Text Example


Text Example

White with #7AA99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AA99C; }

 p { color: rgb(122,169,156); }

 H1.HeaderClassName
 {
   color: #7AA99C;
 }
 .AnyTagClassName
 {
   color: #7AA99C;
 }
</style>

background-color css

<style>
 a { background-color: #7AA99C; }

 a { background-color: rgb(122,169,156); }

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

border-color css

<style>
 span { border-color: #7AA99C; }

 span { border-color: rgb(122,169,156); }

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