#7DAA98

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

Shades of Acapulco #7DAA98

Tints of Acapulco #7DAA98

Color information

#7DAA98 (or 0x7DAA98) is unknown color: approx Acapulco. HEX triplet: 7D, AA and 98. RGB value is (125,170,152). Sum of RGB (Red+Green+Blue) = 125+170+152=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAA98 is #825567. Grayscale: #9A9A9A. Windows color (decimal): -8541544 or 10005117. OLE color: 10005117.

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

Color convert

RGB125170152-
CMYK0.2600.110.33
HSL156º20.93%57.84%-
HSV(B)156º26.47%66.67%-
XYZ28.535.3835.03-
YUV154.49126.59106.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.96%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=27.96%
G=38.03%
B=34.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251701520.2600.110.3315620.9357.84
Hex7DAA981A0B219c153a
Octal17525223032013412342572
Binary1111101101010101001100011010010111000011001110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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