#7DAD9C

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

Shades of Acapulco #7DAD9C

Tints of Acapulco #7DAD9C

Color information

#7DAD9C (or 0x7DAD9C) is unknown color: approx Acapulco. HEX triplet: 7D, AD and 9C. RGB value is (125,173,156). Sum of RGB (Red+Green+Blue) = 125+173+156=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAD9C is #825263. Grayscale: #9C9C9C. Windows color (decimal): -8540772 or 10268029. OLE color: 10268029.

HSL color Cylindrical-coordinate representation of color #7DAD9C: hue angle of 158.75º 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 #7DAD9C is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB125173156-
CMYK0.2800.100.32
HSL158.75º22.64%58.43%-
HSV(B)158.75º27.75%67.84%-
XYZ29.436.6536.98-
YUV156.71127.6105.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.53%
GREEN value IS 173 (67.97% from 255) = 38.11%
BLUE value IS 156 (61.33% from 255) = 34.36%
R=27.53%
G=38.11%
B=34.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251731560.2800.100.32158.7522.6458.43
Hex7DAD9C1C0A209f173a
Octal17525523434012402372772
Binary1111101101011011001110011100010101000001001111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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