#7DA090

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

Shades of Acapulco #7DA090

Tints of Acapulco #7DA090

Color information

#7DA090 (or 0x7DA090) is unknown color: approx Acapulco. HEX triplet: 7D, A0 and 90. RGB value is (125,160,144). Sum of RGB (Red+Green+Blue) = 125+160+144=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA090 is #825F6F. Grayscale: #939393. Windows color (decimal): -8544112 or 9478269. OLE color: 9478269.

HSL color Cylindrical-coordinate representation of color #7DA090: hue angle of 152.57º 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 #7DA090 is Cyan = 0.22, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB125160144-
CMYK0.2200.10.37
HSL152.57º15.56%55.88%-
HSV(B)152.57º21.88%62.75%-
XYZ26.0631.5231.09-
YUV147.71125.9111.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.14%
GREEN value IS 160 (62.89% from 255) = 37.30%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=29.14%
G=37.30%
B=33.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1251601440.2200.10.37152.5715.5655.88
Hex7DA090160A25991038
Octal17524022026012452312070
Binary1111101101000001001000010110010101001011001100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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