Html Css Color HEX #78AF9E Acapulco

📋 copy color: '#78AF9E'

red 120 ◦ green 175 ◦ blue 158

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

Shades of Acapulco #78AF9E

Tints of Acapulco #78AF9E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.63%

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

R = 26.49%
G = 38.63%
B = 34.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#78AF9E (or 0x78AF9E) is known color: Acapulco. HEX triplet: 78, AF and 9E. RGB value is (120,175,158). Sum of RGB (Red+Green+Blue) = 120+175+158=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AF9E is #875061. Grayscale: #9C9C9C. Windows color (decimal): -8867938 or 10399608. OLE color: 10399608.

HSL color Cylindrical-coordinate representation of color #78AF9E: hue angle of 161.45º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AF9E is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 175 158 -
CMYK 0.31 0 0.10 0.31
HSL 161.45º 0.26% 0.58% -
HSV(B) 161.45º 0.31% 0.69% -
XYZ 29.25 37.12 37.97 -
YUV 156.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 120 175 158 0.31 0 0.10 0.31 161.45 0.26 0.58
Hex 78 AF 9E 1F 0 A 1F A1 1A 3A
Octal 170 257 236 37 0 12 37 241 32 72
Binary 1111000 10101111 10011110 11111 0 1010 11111 10100001 11010 111010

Color Harmonies of #78AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AF9E

Black with #78AF9E

Text Example


Text Example

White with #78AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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