Html Css Color HEX #78A28E Acapulco

📋 copy color: '#78A28E'

red 120 ◦ green 162 ◦ blue 142

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

Shades of Acapulco #78A28E

Tints of Acapulco #78A28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.49%

R = 28.3%
G = 38.21%
B = 33.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#78A28E (or 0x78A28E) is known color: Acapulco. HEX triplet: 78, A2 and 8E. RGB value is (120,162,142). Sum of RGB (Red+Green+Blue) = 120+162+142=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #78A28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A28E is #875D71. Grayscale: #939393. Windows color (decimal): -8871282 or 9347704. OLE color: 9347704.

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

Color convert

RGB 120 162 142 -
CMYK 0.26 0 0.12 0.36
HSL 151.43º 0.18% 0.55% -
HSV(B) 151.43º 0.26% 0.64% -
XYZ 25.55 31.79 30.38 -
YUV 147.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 120 162 142 0.26 0 0.12 0.36 151.43 0.18 0.55
Hex 78 A2 8E 1A 0 C 24 97 12 37
Octal 170 242 216 32 0 14 44 227 22 67
Binary 1111000 10100010 10001110 11010 0 1100 100100 10010111 10010 110111

Color Harmonies of #78A28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A28E

Black with #78A28E

Text Example


Text Example

White with #78A28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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