#7DAB9B

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

Shades of Acapulco #7DAB9B

Tints of Acapulco #7DAB9B

Color information

#7DAB9B (or 0x7DAB9B) is unknown color: approx Acapulco. HEX triplet: 7D, AB and 9B. RGB value is (125,171,155). Sum of RGB (Red+Green+Blue) = 125+171+155=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAB9B is #825464. Grayscale: #9B9B9B. Windows color (decimal): -8541285 or 10201981. OLE color: 10201981.

HSL color Cylindrical-coordinate representation of color #7DAB9B: hue angle of 159.13º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DAB9B is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB125171155-
CMYK0.2700.090.33
HSL159.13º21.5%58.04%-
HSV(B)159.13º26.9%67.06%-
XYZ28.9435.8536.41-
YUV155.42127.76106.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.72%
GREEN value IS 171 (67.19% from 255) = 37.92%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=27.72%
G=37.92%
B=34.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251711550.2700.090.33159.1321.558.04
Hex7DAB9B1B09219f153a
Octal17525323333011412372572
Binary1111101101010111001101111011010011000011001111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,171,155); }

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

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

 a { background-color: rgb(125,171,155); }

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

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

 span { border-color: rgb(125,171,155); }

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