Html Css Color HEX #78A194 Acapulco

📋 copy color: '#78A194'

red 120 ◦ green 161 ◦ blue 148

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

Shades of Acapulco #78A194

Tints of Acapulco #78A194

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.53%

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 27.97%
G = 37.53%
B = 34.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#78A194 (or 0x78A194) is known color: Acapulco. HEX triplet: 78, A1 and 94. RGB value is (120,161,148). Sum of RGB (Red+Green+Blue) = 120+161+148=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 161 - color contains mainly: green. Hex color #78A194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A194 is #875E6B. Grayscale: #939393. Windows color (decimal): -8871532 or 9740664. OLE color: 9740664.

HSL color Cylindrical-coordinate representation of color #78A194: hue angle of 160.98º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78A194 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 120 161 148 -
CMYK 0.25 0 0.08 0.37
HSL 160.98º 0.18% 0.55% -
HSV(B) 160.98º 0.25% 0.63% -
XYZ 25.84 31.62 32.76 -
YUV 147.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 120 161 148 0.25 0 0.08 0.37 160.98 0.18 0.55
Hex 78 A1 94 19 0 8 25 A1 12 37
Octal 170 241 224 31 0 10 45 241 22 67
Binary 1111000 10100001 10010100 11001 0 1000 100101 10100001 10010 110111

Color Harmonies of #78A194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A194

Black with #78A194

Text Example


Text Example

White with #78A194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,161,148); }

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

background-color css

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

 a { background-color: rgb(120,161,148); }

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

border-color css

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

 span { border-color: rgb(120,161,148); }

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