#7BAA96

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

Shades of Acapulco #7BAA96

Tints of Acapulco #7BAA96

Color information

#7BAA96 (or 0x7BAA96) is unknown color: approx Acapulco. HEX triplet: 7B, AA and 96. RGB value is (123,170,150). Sum of RGB (Red+Green+Blue) = 123+170+150=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAA96 is #845569. Grayscale: #999999. Windows color (decimal): -8672618 or 9874043. OLE color: 9874043.

HSL color Cylindrical-coordinate representation of color #7BAA96: hue angle of 154.47º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAA96 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB123170150-
CMYK0.2800.120.33
HSL154.47º21.66%57.45%-
HSV(B)154.47º27.65%66.67%-
XYZ28.0535.1634.16-
YUV153.67125.93106.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.77%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=27.77%
G=38.37%
B=33.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231701500.2800.120.33154.4721.6657.45
Hex7BAA961C0C219a1639
Octal17325222634014412322671
Binary1111011101010101001011011100011001000011001101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,170,150); }

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

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

 a { background-color: rgb(123,170,150); }

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

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

 span { border-color: rgb(123,170,150); }

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