Html Css Color HEX #78AA91 Acapulco

📋 copy color: '#78AA91'

red 120 ◦ green 170 ◦ blue 145

#78AA91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #78AA91

Tints of Acapulco #78AA91

RGB

 RED value IS 120 (47.27% from 255) = 27.59%

 GREEN value IS 170 (66.8% from 255) = 39.08%

 BLUE value IS 145 (57.03% from 255) = 33.33%

R = 27.59%
G = 39.08%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#78AA91 (or 0x78AA91) is known color: Acapulco. HEX triplet: 78, AA and 91. RGB value is (120,170,145). Sum of RGB (Red+Green+Blue) = 120+170+145=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AA91 is #87556E. Grayscale: #989898. Windows color (decimal): -8869231 or 9546360. OLE color: 9546360.

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

Color convert

RGB 120 170 145 -
CMYK 0.29 0 0.15 0.33
HSL 150º 0.23% 0.57% -
HSV(B) 150º 0.29% 0.67% -
XYZ 27.23 34.79 32.07 -
YUV 152.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 120 170 145 0.29 0 0.15 0.33 150 0.23 0.57
Hex 78 AA 91 1D 0 F 21 96 17 39
Octal 170 252 221 35 0 17 41 226 27 71
Binary 1111000 10101010 10010001 11101 0 1111 100001 10010110 10111 111001

Color Harmonies of #78AA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AA91

Black with #78AA91

Text Example


Text Example

White with #78AA91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,170,145); }

 H1.HeaderClassName
 {
   color: #78AA91;
 }
 .AnyTagClassName
 {
   color: #78AA91;
 }
</style>

background-color css

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

 a { background-color: rgb(120,170,145); }

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

border-color css

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

 span { border-color: rgb(120,170,145); }

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