Html Css Color HEX #7AAA9C Acapulco

📋 copy color: '#7AAA9C'

red 122 ◦ green 170 ◦ blue 156

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

Shades of Acapulco #7AAA9C

Tints of Acapulco #7AAA9C

RGB

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

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

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

R = 27.23%
G = 37.95%
B = 34.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#7AAA9C (or 0x7AAA9C) is known color: Acapulco. HEX triplet: 7A, AA and 9C. RGB value is (122,170,156). Sum of RGB (Red+Green+Blue) = 122+170+156=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAA9C is #855563. Grayscale: #9A9A9A. Windows color (decimal): -8738148 or 10267258. OLE color: 10267258.

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

Color convert

RGB 122 170 156 -
CMYK 0.28 0 0.08 0.33
HSL 162.5º 0.22% 0.57% -
HSV(B) 162.5º 0.28% 0.67% -
XYZ 28.4 35.29 36.77 -
YUV 154.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 122 170 156 0.28 0 0.08 0.33 162.5 0.22 0.57
Hex 7A AA 9C 1C 0 8 21 A2 16 39
Octal 172 252 234 34 0 10 41 242 26 71
Binary 1111010 10101010 10011100 11100 0 1000 100001 10100010 10110 111001

Color Harmonies of #7AAA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAA9C

Black with #7AAA9C

Text Example


Text Example

White with #7AAA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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