#7BAC9B

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

Shades of Acapulco #7BAC9B

Tints of Acapulco #7BAC9B

Color information

#7BAC9B (or 0x7BAC9B) is unknown color: approx Acapulco. HEX triplet: 7B, AC and 9B. RGB value is (123,172,155). Sum of RGB (Red+Green+Blue) = 123+172+155=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAC9B is #845364. Grayscale: #9B9B9B. Windows color (decimal): -8672101 or 10202235. OLE color: 10202235.

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

Color convert

RGB123172155-
CMYK0.2800.100.33
HSL159.18º22.79%57.84%-
HSV(B)159.18º28.49%67.45%-
XYZ28.8436.0836.46-
YUV155.41127.77104.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.33%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 155 (60.94% from 255) = 34.44%
R=27.33%
G=38.22%
B=34.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231721550.2800.100.33159.1822.7957.84
Hex7BAC9B1C0A219f173a
Octal17325423334012412372772
Binary1111011101011001001101111100010101000011001111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,172,155); }

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

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

 a { background-color: rgb(123,172,155); }

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

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

 span { border-color: rgb(123,172,155); }

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