Html Css Color HEX #78AE9A Acapulco

📋 copy color: '#78AE9A'

red 120 ◦ green 174 ◦ blue 154

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

Shades of Acapulco #78AE9A

Tints of Acapulco #78AE9A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.84%

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

R = 26.79%
G = 38.84%
B = 34.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#78AE9A (or 0x78AE9A) is known color: Acapulco. HEX triplet: 78, AE and 9A. RGB value is (120,174,154). Sum of RGB (Red+Green+Blue) = 120+174+154=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AE9A is #875165. Grayscale: #9B9B9B. Windows color (decimal): -8868198 or 10137208. OLE color: 10137208.

HSL color Cylindrical-coordinate representation of color #78AE9A: hue angle of 157.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AE9A is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 174 154 -
CMYK 0.31 0 0.11 0.32
HSL 157.78º 0.25% 0.58% -
HSV(B) 157.78º 0.31% 0.68% -
XYZ 28.71 36.6 36.12 -
YUV 155.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 120 174 154 0.31 0 0.11 0.32 157.78 0.25 0.58
Hex 78 AE 9A 1F 0 B 20 9E 19 3A
Octal 170 256 232 37 0 13 40 236 31 72
Binary 1111000 10101110 10011010 11111 0 1011 100000 10011110 11001 111010

Color Harmonies of #78AE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AE9A

Black with #78AE9A

Text Example


Text Example

White with #78AE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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