Html Css Color HEX #78A896 Acapulco

📋 copy color: '#78A896'

red 120 ◦ green 168 ◦ blue 150

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

Shades of Acapulco #78A896

Tints of Acapulco #78A896

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.36%

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

R = 27.4%
G = 38.36%
B = 34.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#78A896 (or 0x78A896) is known color: Acapulco. HEX triplet: 78, A8 and 96. RGB value is (120,168,150). Sum of RGB (Red+Green+Blue) = 120+168+150=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 168 - color contains mainly: green. Hex color #78A896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A896 is #875769. Grayscale: #979797. Windows color (decimal): -8869738 or 9873528. OLE color: 9873528.

HSL color Cylindrical-coordinate representation of color #78A896: hue angle of 157.5º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78A896 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 120 168 150 -
CMYK 0.29 0 0.11 0.34
HSL 157.5º 0.22% 0.56% -
HSV(B) 157.5º 0.29% 0.66% -
XYZ 27.25 34.2 34.02 -
YUV 151.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 120 168 150 0.29 0 0.11 0.34 157.5 0.22 0.56
Hex 78 A8 96 1D 0 B 22 9E 16 38
Octal 170 250 226 35 0 13 42 236 26 70
Binary 1111000 10101000 10010110 11101 0 1011 100010 10011110 10110 111000

Color Harmonies of #78A896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A896

Black with #78A896

Text Example


Text Example

White with #78A896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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