Html Css Color HEX #7AAD9E Acapulco

📋 copy color: '#7AAD9E'

red 122 ◦ green 173 ◦ blue 158

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

Shades of Acapulco #7AAD9E

Tints of Acapulco #7AAD9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.88%

R = 26.93%
G = 38.19%
B = 34.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#7AAD9E (or 0x7AAD9E) is known color: Acapulco. HEX triplet: 7A, AD and 9E. RGB value is (122,173,158). Sum of RGB (Red+Green+Blue) = 122+173+158=453 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.93% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAD9E is #855261. Grayscale: #9C9C9C. Windows color (decimal): -8737378 or 10399098. OLE color: 10399098.

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

Color convert

RGB 122 173 158 -
CMYK 0.29 0 0.09 0.32
HSL 162.35º 0.24% 0.58% -
HSV(B) 162.35º 0.29% 0.68% -
XYZ 29.14 36.49 37.86 -
YUV 156.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 122 173 158 0.29 0 0.09 0.32 162.35 0.24 0.58
Hex 7A AD 9E 1D 0 9 20 A2 18 3A
Octal 172 255 236 35 0 11 40 242 30 72
Binary 1111010 10101101 10011110 11101 0 1001 100000 10100010 11000 111010

Color Harmonies of #7AAD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAD9E

Black with #7AAD9E

Text Example


Text Example

White with #7AAD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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