#7BAA93

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

Shades of Acapulco #7BAA93

Tints of Acapulco #7BAA93

Color information

#7BAA93 (or 0x7BAA93) is unknown color: approx Acapulco. HEX triplet: 7B, AA and 93. RGB value is (123,170,147). Sum of RGB (Red+Green+Blue) = 123+170+147=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAA93 is #84556C. Grayscale: #999999. Windows color (decimal): -8672621 or 9677435. OLE color: 9677435.

HSL color Cylindrical-coordinate representation of color #7BAA93: hue angle of 150.64º 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 #7BAA93 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB123170147-
CMYK0.2800.140.33
HSL150.64º21.66%57.45%-
HSV(B)150.64º27.65%66.67%-
XYZ27.8135.0732.91-
YUV153.33124.43106.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.95%
GREEN value IS 170 (66.80% from 255) = 38.64%
BLUE value IS 147 (57.81% from 255) = 33.41%
R=27.95%
G=38.64%
B=33.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231701470.2800.140.33150.6421.6657.45
Hex7BAA931C0E21971639
Octal17325222334016412272671
Binary1111011101010101001001111100011101000011001011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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