Html Css Color HEX #78A093 Acapulco

📋 copy color: '#78A093'

red 120 ◦ green 160 ◦ blue 147

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

Shades of Acapulco #78A093

Tints of Acapulco #78A093

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.47%

 BLUE value IS 147 (57.81% from 255) = 34.43%

R = 28.1%
G = 37.47%
B = 34.43%

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

#78A093 (or 0x78A093) is known color: Acapulco. HEX triplet: 78, A0 and 93. RGB value is (120,160,147). Sum of RGB (Red+Green+Blue) = 120+160+147=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 160 - color contains mainly: green. Hex color #78A093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A093 is #875F6C. Grayscale: #929292. Windows color (decimal): -8871789 or 9674872. OLE color: 9674872.

HSL color Cylindrical-coordinate representation of color #78A093: hue angle of 160.5º degrees, saturation: 0.17, 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 #78A093 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 120 160 147 -
CMYK 0.25 0 0.08 0.37
HSL 160.5º 0.17% 0.55% -
HSV(B) 160.5º 0.25% 0.63% -
XYZ 25.58 31.24 32.29 -
YUV 146.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 120 160 147 0.25 0 0.08 0.37 160.5 0.17 0.55
Hex 78 A0 93 19 0 8 25 A0 11 37
Octal 170 240 223 31 0 10 45 240 21 67
Binary 1111000 10100000 10010011 11001 0 1000 100101 10100000 10001 110111

Color Harmonies of #78A093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A093

Black with #78A093

Text Example


Text Example

White with #78A093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,160,147); }

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

background-color css

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

 a { background-color: rgb(120,160,147); }

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

border-color css

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

 span { border-color: rgb(120,160,147); }

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