#7BA698

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

Shades of Acapulco #7BA698

Tints of Acapulco #7BA698

Color information

#7BA698 (or 0x7BA698) is unknown color: approx Acapulco. HEX triplet: 7B, A6 and 98. RGB value is (123,166,152). Sum of RGB (Red+Green+Blue) = 123+166+152=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #7BA698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA698 is #845967. Grayscale: #979797. Windows color (decimal): -8673640 or 10004091. OLE color: 10004091.

HSL color Cylindrical-coordinate representation of color #7BA698: hue angle of 160.47º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7BA698 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB123166152-
CMYK0.2600.080.35
HSL160.47º19.46%56.67%-
HSV(B)160.47º25.9%65.1%-
XYZ27.4733.7534.77-
YUV151.55128.25107.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.89%
GREEN value IS 166 (65.23% from 255) = 37.64%
BLUE value IS 152 (59.77% from 255) = 34.47%
R=27.89%
G=37.64%
B=34.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1231661520.2600.080.35160.4719.4656.67
Hex7BA6981A0823a01339
Octal17324623032010432402371
Binary1111011101001101001100011010010001000111010000010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,166,152); }

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

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

 a { background-color: rgb(123,166,152); }

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

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

 span { border-color: rgb(123,166,152); }

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