#79BBA0

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

Shades of Acapulco #79BBA0

Tints of Acapulco #79BBA0

Color information

#79BBA0 (or 0x79BBA0) is unknown color: approx Acapulco. HEX triplet: 79, BB and A0. RGB value is (121,187,160). Sum of RGB (Red+Green+Blue) = 121+187+160=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #79BBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BBA0 is #86445F. Grayscale: #A4A4A4. Windows color (decimal): -8799328 or 10533753. OLE color: 10533753.

HSL color Cylindrical-coordinate representation of color #79BBA0: hue angle of 155.45º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79BBA0 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB121187160-
CMYK0.3500.140.27
HSL155.45º32.67%60.39%-
HSV(B)155.45º35.29%73.33%-
XYZ3242.1439.71-
YUV164.19125.6397.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.85%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 160 (62.89% from 255) = 34.19%
R=25.85%
G=39.96%
B=34.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211871600.3500.140.27155.4532.6760.39
Hex79BBA0230E1B9b213c
Octal17127324043016332334174
Binary11110011011101110100000100011011101101110011011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79BBA0; }

 p { color: rgb(121,187,160); }

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

<style>
 a { background-color: #79BBA0; }

 a { background-color: rgb(121,187,160); }

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

<style>
 span { border-color: #79BBA0; }

 span { border-color: rgb(121,187,160); }

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