Html Css Color HEX #7AAD94 Acapulco

📋 copy color: '#7AAD94'

red 122 ◦ green 173 ◦ blue 148

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

Shades of Acapulco #7AAD94

Tints of Acapulco #7AAD94

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.05%

 BLUE value IS 148 (58.2% from 255) = 33.41%

R = 27.54%
G = 39.05%
B = 33.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#7AAD94 (or 0x7AAD94) is known color: Acapulco. HEX triplet: 7A, AD and 94. RGB value is (122,173,148). Sum of RGB (Red+Green+Blue) = 122+173+148=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAD94 is #85526B. Grayscale: #9A9A9A. Windows color (decimal): -8737388 or 9743738. OLE color: 9743738.

HSL color Cylindrical-coordinate representation of color #7AAD94: hue angle of 150.59º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAD94 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 173 148 -
CMYK 0.29 0 0.14 0.32
HSL 150.59º 0.24% 0.58% -
HSV(B) 150.59º 0.29% 0.68% -
XYZ 28.31 36.16 33.5 -
YUV 154.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 122 173 148 0.29 0 0.14 0.32 150.59 0.24 0.58
Hex 7A AD 94 1D 0 E 20 97 18 3A
Octal 172 255 224 35 0 16 40 227 30 72
Binary 1111010 10101101 10010100 11101 0 1110 100000 10010111 11000 111010

Color Harmonies of #7AAD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAD94

Black with #7AAD94

Text Example


Text Example

White with #7AAD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,173,148); }

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

background-color css

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

 a { background-color: rgb(122,173,148); }

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

border-color css

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

 span { border-color: rgb(122,173,148); }

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