Html Css Color HEX #78A296 Acapulco

📋 copy color: '#78A296'

red 120 ◦ green 162 ◦ blue 150

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

Shades of Acapulco #78A296

Tints of Acapulco #78A296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.72%

R = 27.78%
G = 37.5%
B = 34.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#78A296 (or 0x78A296) is known color: Acapulco. HEX triplet: 78, A2 and 96. RGB value is (120,162,150). Sum of RGB (Red+Green+Blue) = 120+162+150=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 162 - color contains mainly: green. Hex color #78A296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A296 is #875D69. Grayscale: #949494. Windows color (decimal): -8871274 or 9871992. OLE color: 9871992.

HSL color Cylindrical-coordinate representation of color #78A296: hue angle of 162.86º 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 #78A296 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 120 162 150 -
CMYK 0.26 0 0.07 0.36
HSL 162.86º 0.18% 0.55% -
HSV(B) 162.86º 0.26% 0.64% -
XYZ 26.17 32.04 33.66 -
YUV 148.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 120 162 150 0.26 0 0.07 0.36 162.86 0.18 0.55
Hex 78 A2 96 1A 0 7 24 A3 12 37
Octal 170 242 226 32 0 7 44 243 22 67
Binary 1111000 10100010 10010110 11010 0 111 100100 10100011 10010 110111

Color Harmonies of #78A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A296

Black with #78A296

Text Example


Text Example

White with #78A296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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