Html Css Color HEX #78AB9A Acapulco

📋 copy color: '#78AB9A'

red 120 ◦ green 171 ◦ blue 154

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

Shades of Acapulco #78AB9A

Tints of Acapulco #78AB9A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.43%

 BLUE value IS 154 (60.55% from 255) = 34.61%

R = 26.97%
G = 38.43%
B = 34.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#78AB9A (or 0x78AB9A) is known color: Acapulco. HEX triplet: 78, AB and 9A. RGB value is (120,171,154). Sum of RGB (Red+Green+Blue) = 120+171+154=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AB9A is #875465. Grayscale: #999999. Windows color (decimal): -8868966 or 10136440. OLE color: 10136440.

HSL color Cylindrical-coordinate representation of color #78AB9A: hue angle of 160º degrees, saturation: 0.23, 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 #78AB9A is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 171 154 -
CMYK 0.30 0 0.10 0.33
HSL 160º 0.23% 0.57% -
HSV(B) 160º 0.3% 0.67% -
XYZ 28.14 35.45 35.93 -
YUV 153.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 120 171 154 0.30 0 0.10 0.33 160 0.23 0.57
Hex 78 AB 9A 1E 0 A 21 A0 17 39
Octal 170 253 232 36 0 12 41 240 27 71
Binary 1111000 10101011 10011010 11110 0 1010 100001 10100000 10111 111001

Color Harmonies of #78AB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AB9A

Black with #78AB9A

Text Example


Text Example

White with #78AB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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