Html Css Color HEX #78A29A Acapulco

📋 copy color: '#78A29A'

red 120 ◦ green 162 ◦ blue 154

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

Shades of Acapulco #78A29A

Tints of Acapulco #78A29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.32%

R = 27.52%
G = 37.16%
B = 35.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#78A29A (or 0x78A29A) is known color: Acapulco. HEX triplet: 78, A2 and 9A. RGB value is (120,162,154). Sum of RGB (Red+Green+Blue) = 120+162+154=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 162 - color contains mainly: green. Hex color #78A29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A29A is #875D65. Grayscale: #949494. Windows color (decimal): -8871270 or 10134136. OLE color: 10134136.

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

Color convert

RGB 120 162 154 -
CMYK 0.26 0 0.05 0.36
HSL 168.57º 0.18% 0.55% -
HSV(B) 168.57º 0.26% 0.64% -
XYZ 26.5 32.17 35.38 -
YUV 148.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 120 162 154 0.26 0 0.05 0.36 168.57 0.18 0.55
Hex 78 A2 9A 1A 0 5 24 A9 12 37
Octal 170 242 232 32 0 5 44 251 22 67
Binary 1111000 10100010 10011010 11010 0 101 100100 10101001 10010 110111

Color Harmonies of #78A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A29A

Black with #78A29A

Text Example


Text Example

White with #78A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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