Html Css Color HEX #78AE9E Acapulco

📋 copy color: '#78AE9E'

red 120 ◦ green 174 ◦ blue 158

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

Shades of Acapulco #78AE9E

Tints of Acapulco #78AE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 26.55%
G = 38.5%
B = 34.96%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#78AE9E (or 0x78AE9E) is known color: Acapulco. HEX triplet: 78, AE and 9E. RGB value is (120,174,158). Sum of RGB (Red+Green+Blue) = 120+174+158=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AE9E is #875161. Grayscale: #9C9C9C. Windows color (decimal): -8868194 or 10399352. OLE color: 10399352.

HSL color Cylindrical-coordinate representation of color #78AE9E: hue angle of 162.22º 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 #78AE9E is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 174 158 -
CMYK 0.31 0 0.09 0.32
HSL 162.22º 0.25% 0.58% -
HSV(B) 162.22º 0.31% 0.68% -
XYZ 29.05 36.73 37.91 -
YUV 156.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 120 174 158 0.31 0 0.09 0.32 162.22 0.25 0.58
Hex 78 AE 9E 1F 0 9 20 A2 19 3A
Octal 170 256 236 37 0 11 40 242 31 72
Binary 1111000 10101110 10011110 11111 0 1001 100000 10100010 11001 111010

Color Harmonies of #78AE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AE9E

Black with #78AE9E

Text Example


Text Example

White with #78AE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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