#7DA396

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

Shades of Acapulco #7DA396

Tints of Acapulco #7DA396

Color information

#7DA396 (or 0x7DA396) is unknown color: approx Acapulco. HEX triplet: 7D, A3 and 96. RGB value is (125,163,150). Sum of RGB (Red+Green+Blue) = 125+163+150=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA396 is #825C69. Grayscale: #969696. Windows color (decimal): -8543338 or 9872253. OLE color: 9872253.

HSL color Cylindrical-coordinate representation of color #7DA396: hue angle of 159.47º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7DA396 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB125163150-
CMYK0.2300.080.36
HSL159.47º17.12%56.47%-
HSV(B)159.47º23.31%63.92%-
XYZ27.0632.7633.75-
YUV150.16127.91110.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.54%
GREEN value IS 163 (64.06% from 255) = 37.21%
BLUE value IS 150 (58.98% from 255) = 34.25%
R=28.54%
G=37.21%
B=34.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251631500.2300.080.36159.4717.1256.47
Hex7DA3961708249f1138
Octal17524322627010442372170
Binary1111101101000111001011010111010001001001001111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,163,150); }

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

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

 a { background-color: rgb(125,163,150); }

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

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

 span { border-color: rgb(125,163,150); }

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