#7DAA9A

Color #7DAA9A Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #7DAA9A

Tints of Acapulco #7DAA9A

Color information

#7DAA9A (or 0x7DAA9A) is unknown color: approx Acapulco. HEX triplet: 7D, AA and 9A. RGB value is (125,170,154). Sum of RGB (Red+Green+Blue) = 125+170+154=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAA9A is #825565. Grayscale: #9A9A9A. Windows color (decimal): -8541542 or 10136189. OLE color: 10136189.

HSL color Cylindrical-coordinate representation of color #7DAA9A: hue angle of 158.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7DAA9A is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB125170154-
CMYK0.2600.090.33
HSL158.67º20.93%57.84%-
HSV(B)158.67º26.47%66.67%-
XYZ28.6635.4435.9-
YUV154.72127.59106.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.84%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=27.84%
G=37.86%
B=34.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251701540.2600.090.33158.6720.9357.84
Hex7DAA9A1A09219f153a
Octal17525223232011412372572
Binary1111101101010101001101011010010011000011001111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,170,154); }

 H1.HeaderClassName
 {
   color: #7DAA9A;
 }
 .AnyTagClassName
 {
   color: #7DAA9A;
 }
</style>
background-color css

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

 a { background-color: rgb(125,170,154); }

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

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

 span { border-color: rgb(125,170,154); }

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