#7BA49A

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

Shades of Acapulco #7BA49A

Tints of Acapulco #7BA49A

Color information

#7BA49A (or 0x7BA49A) is unknown color: approx Acapulco. HEX triplet: 7B, A4 and 9A. RGB value is (123,164,154). Sum of RGB (Red+Green+Blue) = 123+164+154=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA49A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA49A is #845B65. Grayscale: #969696. Windows color (decimal): -8674150 or 10134651. OLE color: 10134651.

HSL color Cylindrical-coordinate representation of color #7BA49A: hue angle of 165.37º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA49A is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB123164154-
CMYK0.2500.060.36
HSL165.37º18.39%56.27%-
HSV(B)165.37º25%64.31%-
XYZ27.2833.0935.52-
YUV150.6129.92108.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.89%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 154 (60.55% from 255) = 34.92%
R=27.89%
G=37.19%
B=34.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231641540.2500.060.36165.3718.3956.27
Hex7BA49A190624a51238
Octal1732442323106442452270
Binary111101110100100100110101100101101001001010010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,164,154); }

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

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

 a { background-color: rgb(123,164,154); }

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

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

 span { border-color: rgb(123,164,154); }

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