#7DAD9D

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

Shades of Acapulco #7DAD9D

Tints of Acapulco #7DAD9D

Color information

#7DAD9D (or 0x7DAD9D) is unknown color: approx Acapulco. HEX triplet: 7D, AD and 9D. RGB value is (125,173,157). Sum of RGB (Red+Green+Blue) = 125+173+157=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAD9D is #825262. Grayscale: #9C9C9C. Windows color (decimal): -8540771 or 10333565. OLE color: 10333565.

HSL color Cylindrical-coordinate representation of color #7DAD9D: hue angle of 160º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DAD9D is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB125173157-
CMYK0.2800.090.32
HSL160º22.64%58.43%-
HSV(B)160º27.75%67.84%-
XYZ29.4936.6837.42-
YUV156.82128.1105.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.47%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 157 (61.72% from 255) = 34.51%
R=27.47%
G=38.02%
B=34.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251731570.2800.090.3216022.6458.43
Hex7DAD9D1C0920a0173a
Octal17525523534011402402772
Binary1111101101011011001110111100010011000001010000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,173,157); }

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

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

 a { background-color: rgb(125,173,157); }

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

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

 span { border-color: rgb(125,173,157); }

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