#7DA697

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

Shades of Acapulco #7DA697

Tints of Acapulco #7DA697

Color information

#7DA697 (or 0x7DA697) is unknown color: approx Acapulco. HEX triplet: 7D, A6 and 97. RGB value is (125,166,151). Sum of RGB (Red+Green+Blue) = 125+166+151=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA697 is #825968. Grayscale: #989898. Windows color (decimal): -8542569 or 9938557. OLE color: 9938557.

HSL color Cylindrical-coordinate representation of color #7DA697: hue angle of 158.05º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7DA697 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB125166151-
CMYK0.2500.090.35
HSL158.05º18.72%57.06%-
HSV(B)158.05º24.7%65.1%-
XYZ27.6833.8734.36-
YUV152.03127.42108.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.28%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 151 (59.38% from 255) = 34.16%
R=28.28%
G=37.56%
B=34.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251661510.2500.090.35158.0518.7257.06
Hex7DA6971909239e1339
Octal17524622731011432362371
Binary1111101101001101001011111001010011000111001111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,166,151); }

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

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

 a { background-color: rgb(125,166,151); }

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

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

 span { border-color: rgb(125,166,151); }

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