Html Css Color HEX #7AAB96 Acapulco

📋 copy color: '#7AAB96'

red 122 ◦ green 171 ◦ blue 150

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

Shades of Acapulco #7AAB96

Tints of Acapulco #7AAB96

RGB

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

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

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

R = 27.54%
G = 38.6%
B = 33.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#7AAB96 (or 0x7AAB96) is known color: Acapulco. HEX triplet: 7A, AB and 96. RGB value is (122,171,150). Sum of RGB (Red+Green+Blue) = 122+171+150=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAB96 is #855469. Grayscale: #999999. Windows color (decimal): -8737898 or 9874298. OLE color: 9874298.

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

Color convert

RGB 122 171 150 -
CMYK 0.29 0 0.12 0.33
HSL 154.29º 0.23% 0.57% -
HSV(B) 154.29º 0.29% 0.67% -
XYZ 28.09 35.47 34.22 -
YUV 153.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 122 171 150 0.29 0 0.12 0.33 154.29 0.23 0.57
Hex 7A AB 96 1D 0 C 21 9A 17 39
Octal 172 253 226 35 0 14 41 232 27 71
Binary 1111010 10101011 10010110 11101 0 1100 100001 10011010 10111 111001

Color Harmonies of #7AAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAB96

Black with #7AAB96

Text Example


Text Example

White with #7AAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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