Html Css Color HEX #7AAB98 Acapulco

📋 copy color: '#7AAB98'

red 122 ◦ green 171 ◦ blue 152

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

Shades of Acapulco #7AAB98

Tints of Acapulco #7AAB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.16%

R = 27.42%
G = 38.43%
B = 34.16%

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

#7AAB98 (or 0x7AAB98) is known color: Acapulco. HEX triplet: 7A, AB and 98. RGB value is (122,171,152). Sum of RGB (Red+Green+Blue) = 122+171+152=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAB98 is #855467. Grayscale: #9A9A9A. Windows color (decimal): -8737896 or 10005370. OLE color: 10005370.

HSL color Cylindrical-coordinate representation of color #7AAB98: hue angle of 156.73º 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 #7AAB98 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 171 152 -
CMYK 0.29 0 0.11 0.33
HSL 156.73º 0.23% 0.57% -
HSV(B) 156.73º 0.29% 0.67% -
XYZ 28.26 35.53 35.07 -
YUV 154.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 122 171 152 0.29 0 0.11 0.33 156.73 0.23 0.57
Hex 7A AB 98 1D 0 B 21 9D 17 39
Octal 172 253 230 35 0 13 41 235 27 71
Binary 1111010 10101011 10011000 11101 0 1011 100001 10011101 10111 111001

Color Harmonies of #7AAB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAB98

Black with #7AAB98

Text Example


Text Example

White with #7AAB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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