Html Css Color HEX #7AA696 Acapulco

📋 copy color: '#7AA696'

red 122 ◦ green 166 ◦ blue 150

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

Shades of Acapulco #7AA696

Tints of Acapulco #7AA696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.9%

 BLUE value IS 150 (58.98% from 255) = 34.25%

R = 27.85%
G = 37.9%
B = 34.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#7AA696 (or 0x7AA696) is known color: Acapulco. HEX triplet: 7A, A6 and 96. RGB value is (122,166,150). Sum of RGB (Red+Green+Blue) = 122+166+150=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA696 is #855969. Grayscale: #979797. Windows color (decimal): -8739178 or 9873018. OLE color: 9873018.

HSL color Cylindrical-coordinate representation of color #7AA696: hue angle of 158.18º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7AA696 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 166 150 -
CMYK 0.27 0 0.10 0.35
HSL 158.18º 0.2% 0.56% -
HSV(B) 158.18º 0.27% 0.65% -
XYZ 27.17 33.61 33.91 -
YUV 151.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 122 166 150 0.27 0 0.10 0.35 158.18 0.2 0.56
Hex 7A A6 96 1B 0 A 23 9E 14 38
Octal 172 246 226 33 0 12 43 236 24 70
Binary 1111010 10100110 10010110 11011 0 1010 100011 10011110 10100 111000

Color Harmonies of #7AA696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA696

Black with #7AA696

Text Example


Text Example

White with #7AA696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,166,150); }

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

background-color css

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

 a { background-color: rgb(122,166,150); }

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

border-color css

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

 span { border-color: rgb(122,166,150); }

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