#7BA993

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

Shades of Acapulco #7BA993

Tints of Acapulco #7BA993

Color information

#7BA993 (or 0x7BA993) is unknown color: approx Acapulco. HEX triplet: 7B, A9 and 93. RGB value is (123,169,147). Sum of RGB (Red+Green+Blue) = 123+169+147=439 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.02% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA993 is #84566C. Grayscale: #989898. Windows color (decimal): -8672877 or 9677179. OLE color: 9677179.

HSL color Cylindrical-coordinate representation of color #7BA993: hue angle of 151.3º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7BA993 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB123169147-
CMYK0.2700.130.34
HSL151.3º21.1%57.25%-
HSV(B)151.3º27.22%66.27%-
XYZ27.6234.6932.84-
YUV152.74124.76106.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.02%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=28.02%
G=38.50%
B=33.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1231691470.2700.130.34151.321.157.25
Hex7BA9931B0D22971539
Octal17325122333015422272571
Binary1111011101010011001001111011011011000101001011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,169,147); }

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

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

 a { background-color: rgb(123,169,147); }

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

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

 span { border-color: rgb(123,169,147); }

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