#78AE9A

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

Shades of Acapulco #78AE9A

Tints of Acapulco #78AE9A

Color information

#78AE9A (or 0x78AE9A) is unknown color: approx Acapulco. HEX triplet: 78, AE and 9A. RGB value is (120,174,154). Sum of RGB (Red+Green+Blue) = 120+174+154=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AE9A is #875165. Grayscale: #9B9B9B. Windows color (decimal): -8868198 or 10137208. OLE color: 10137208.

HSL color Cylindrical-coordinate representation of color #78AE9A: hue angle of 157.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AE9A is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB120174154-
CMYK0.3100.110.32
HSL157.78º25%57.65%-
HSV(B)157.78º31.03%68.24%-
XYZ28.7136.636.12-
YUV155.57127.11102.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.79%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 154 (60.55% from 255) = 34.38%
R=26.79%
G=38.84%
B=34.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201741540.3100.110.32157.782557.65
Hex78AE9A1F0B209e193a
Octal17025623237013402363172
Binary1111000101011101001101011111010111000001001111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78AE9A; }

 p { color: rgb(120,174,154); }

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

<style>
 a { background-color: #78AE9A; }

 a { background-color: rgb(120,174,154); }

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

<style>
 span { border-color: #78AE9A; }

 span { border-color: rgb(120,174,154); }

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