Html Css Color HEX #78B9A0 Acapulco

📋 copy color: '#78B9A0'

red 120 ◦ green 185 ◦ blue 160

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

Shades of Acapulco #78B9A0

Tints of Acapulco #78B9A0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.78%

 BLUE value IS 160 (62.89% from 255) = 34.41%

R = 25.81%
G = 39.78%
B = 34.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#78B9A0 (or 0x78B9A0) is known color: Acapulco. HEX triplet: 78, B9 and A0. RGB value is (120,185,160). Sum of RGB (Red+Green+Blue) = 120+185+160=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #78B9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B9A0 is #87465F. Grayscale: #A2A2A2. Windows color (decimal): -8865376 or 10533240. OLE color: 10533240.

HSL color Cylindrical-coordinate representation of color #78B9A0: hue angle of 156.92º degrees, saturation: 0.32, 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 #78B9A0 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 185 160 -
CMYK 0.35 0 0.14 0.27
HSL 156.92º 0.32% 0.6% -
HSV(B) 156.92º 0.35% 0.73% -
XYZ 31.44 41.23 39.56 -
YUV 162.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 120 185 160 0.35 0 0.14 0.27 156.92 0.32 0.6
Hex 78 B9 A0 23 0 E 1B 9D 20 3C
Octal 170 271 240 43 0 16 33 235 40 74
Binary 1111000 10111001 10100000 100011 0 1110 11011 10011101 100000 111100

Color Harmonies of #78B9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B9A0

Black with #78B9A0

Text Example


Text Example

White with #78B9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,185,160); }

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

background-color css

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

 a { background-color: rgb(120,185,160); }

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

border-color css

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

 span { border-color: rgb(120,185,160); }

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