#7DA08D

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

Shades of Acapulco #7DA08D

Tints of Acapulco #7DA08D

Color information

#7DA08D (or 0x7DA08D) is unknown color: approx Acapulco. HEX triplet: 7D, A0 and 8D. RGB value is (125,160,141). Sum of RGB (Red+Green+Blue) = 125+160+141=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA08D is #825F72. Grayscale: #939393. Windows color (decimal): -8544115 or 9281661. OLE color: 9281661.

HSL color Cylindrical-coordinate representation of color #7DA08D: hue angle of 147.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7DA08D is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB125160141-
CMYK0.2200.120.37
HSL147.43º15.56%55.88%-
HSV(B)147.43º21.88%62.75%-
XYZ25.8431.4229.9-
YUV147.37124.4112.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.34%
GREEN value IS 160 (62.89% from 255) = 37.56%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=29.34%
G=37.56%
B=33.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1251601410.2200.120.37147.4315.5655.88
Hex7DA08D160C25931038
Octal17524021526014452232070
Binary1111101101000001000110110110011001001011001001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,160,141); }

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

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

 a { background-color: rgb(125,160,141); }

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

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

 span { border-color: rgb(125,160,141); }

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