Html Css Color HEX #78A28B Acapulco

📋 copy color: '#78A28B'

red 120 ◦ green 162 ◦ blue 139

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

Shades of Acapulco #78A28B

Tints of Acapulco #78A28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 28.5%
G = 38.48%
B = 33.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#78A28B (or 0x78A28B) is known color: Acapulco. HEX triplet: 78, A2 and 8B. RGB value is (120,162,139). Sum of RGB (Red+Green+Blue) = 120+162+139=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 162 - color contains mainly: green. Hex color #78A28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A28B is #875D74. Grayscale: #929292. Windows color (decimal): -8871285 or 9151096. OLE color: 9151096.

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

Color convert

RGB 120 162 139 -
CMYK 0.26 0 0.14 0.36
HSL 147.14º 0.18% 0.55% -
HSV(B) 147.14º 0.26% 0.64% -
XYZ 25.33 31.7 29.21 -
YUV 146.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 120 162 139 0.26 0 0.14 0.36 147.14 0.18 0.55
Hex 78 A2 8B 1A 0 E 24 93 12 37
Octal 170 242 213 32 0 16 44 223 22 67
Binary 1111000 10100010 10001011 11010 0 1110 100100 10010011 10010 110111

Color Harmonies of #78A28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A28B

Black with #78A28B

Text Example


Text Example

White with #78A28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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