Html Css Color HEX #7AAB99 Acapulco

📋 copy color: '#7AAB99'

red 122 ◦ green 171 ◦ blue 153

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

Shades of Acapulco #7AAB99

Tints of Acapulco #7AAB99

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.34%

 BLUE value IS 153 (60.16% from 255) = 34.3%

R = 27.35%
G = 38.34%
B = 34.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#7AAB99 (or 0x7AAB99) is known color: Acapulco. HEX triplet: 7A, AB and 99. RGB value is (122,171,153). Sum of RGB (Red+Green+Blue) = 122+171+153=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAB99 is #855466. Grayscale: #9A9A9A. Windows color (decimal): -8737895 or 10070906. OLE color: 10070906.

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

Color convert

RGB 122 171 153 -
CMYK 0.29 0 0.11 0.33
HSL 157.96º 0.23% 0.57% -
HSV(B) 157.96º 0.29% 0.67% -
XYZ 28.34 35.56 35.51 -
YUV 154.3 127.27 104.96 -
System Red Green Blue C M Y K H S L
Decimal 122 171 153 0.29 0 0.11 0.33 157.96 0.23 0.57
Hex 7A AB 99 1D 0 B 21 9E 17 39
Octal 172 253 231 35 0 13 41 236 27 71
Binary 1111010 10101011 10011001 11101 0 1011 100001 10011110 10111 111001

Color Harmonies of #7AAB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAB99

Black with #7AAB99

Text Example


Text Example

White with #7AAB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,171,153); }

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

background-color css

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

 a { background-color: rgb(122,171,153); }

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

border-color css

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

 span { border-color: rgb(122,171,153); }

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