#78AF9B

Color #78AF9B Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #78AF9B

Tints of Acapulco #78AF9B

Color information

#78AF9B (or 0x78AF9B) is unknown color: approx Acapulco. HEX triplet: 78, AF and 9B. RGB value is (120,175,155). Sum of RGB (Red+Green+Blue) = 120+175+155=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AF9B is #875064. Grayscale: #9C9C9C. Windows color (decimal): -8867941 or 10203000. OLE color: 10203000.

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

Color convert

RGB120175155-
CMYK0.3100.110.31
HSL158.18º25.58%57.84%-
HSV(B)158.18º31.43%68.63%-
XYZ28.9937.0236.63-
YUV156.27127.28102.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 175 (68.75% from 255) = 38.89%
BLUE value IS 155 (60.94% from 255) = 34.44%
R=26.67%
G=38.89%
B=34.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201751550.3100.110.31158.1825.5857.84
Hex78AF9B1F0B1F9e1a3a
Octal17025723337013372363272
Binary111100010101111100110111111101011111111001111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78AF9B;
 }
 .AnyTagClassName
 {
   color: #78AF9B;
 }
</style>
background-color css

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

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

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

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

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

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