Html Css Color HEX #78A295 Acapulco

📋 copy color: '#78A295'

red 120 ◦ green 162 ◦ blue 149

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

Shades of Acapulco #78A295

Tints of Acapulco #78A295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.59%

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 27.84%
G = 37.59%
B = 34.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#78A295 (or 0x78A295) is known color: Acapulco. HEX triplet: 78, A2 and 95. RGB value is (120,162,149). Sum of RGB (Red+Green+Blue) = 120+162+149=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 162 - color contains mainly: green. Hex color #78A295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A295 is #875D6A. Grayscale: #939393. Windows color (decimal): -8871275 or 9806456. OLE color: 9806456.

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

Color convert

RGB 120 162 149 -
CMYK 0.26 0 0.08 0.36
HSL 161.43º 0.18% 0.55% -
HSV(B) 161.43º 0.26% 0.64% -
XYZ 26.09 32 33.24 -
YUV 147.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 120 162 149 0.26 0 0.08 0.36 161.43 0.18 0.55
Hex 78 A2 95 1A 0 8 24 A1 12 37
Octal 170 242 225 32 0 10 44 241 22 67
Binary 1111000 10100010 10010101 11010 0 1000 100100 10100001 10010 110111

Color Harmonies of #78A295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A295

Black with #78A295

Text Example


Text Example

White with #78A295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,162,149); }

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

background-color css

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

 a { background-color: rgb(120,162,149); }

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

border-color css

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

 span { border-color: rgb(120,162,149); }

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