#78AC92

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

Shades of Acapulco #78AC92

Tints of Acapulco #78AC92

Color information

#78AC92 (or 0x78AC92) is unknown color: approx Acapulco. HEX triplet: 78, AC and 92. RGB value is (120,172,146). Sum of RGB (Red+Green+Blue) = 120+172+146=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AC92 is #87536D. Grayscale: #999999. Windows color (decimal): -8868718 or 9612408. OLE color: 9612408.

HSL color Cylindrical-coordinate representation of color #78AC92: hue angle of 150º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78AC92 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB120172146-
CMYK0.3000.150.33
HSL150º23.85%57.25%-
HSV(B)150º30.23%67.45%-
XYZ27.6935.5732.6-
YUV153.49123.77104.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.40%
GREEN value IS 172 (67.58% from 255) = 39.27%
BLUE value IS 146 (57.42% from 255) = 33.33%
R=27.40%
G=39.27%
B=33.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201721460.3000.150.3315023.8557.25
Hex78AC921E0F21961839
Octal17025422236017412263071
Binary1111000101011001001001011110011111000011001011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,172,146); }

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

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

 a { background-color: rgb(120,172,146); }

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

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

 span { border-color: rgb(120,172,146); }

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