#74A89B

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

Shades of Acapulco #74A89B

Tints of Acapulco #74A89B

Color information

#74A89B (or 0x74A89B) is unknown color: approx Acapulco. HEX triplet: 74, A8 and 9B. RGB value is (116,168,155). Sum of RGB (Red+Green+Blue) = 116+168+155=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 168 - color contains mainly: green. Hex color #74A89B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A89B is #8B5764. Grayscale: #969696. Windows color (decimal): -9131877 or 10201204. OLE color: 10201204.

HSL color Cylindrical-coordinate representation of color #74A89B: hue angle of 165º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A89B is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB116168155-
CMYK0.3100.080.34
HSL165º23.01%55.69%-
HSV(B)165º30.95%65.88%-
XYZ27.1234.0836.16-
YUV150.97130.27103.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.42%
GREEN value IS 168 (66.02% from 255) = 38.27%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=26.42%
G=38.27%
B=35.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1161681550.3100.080.3416523.0155.69
Hex74A89B1F0822a51738
Octal16425023337010422452770
Binary1110100101010001001101111111010001000101010010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A89B; }

 p { color: rgb(116,168,155); }

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

<style>
 a { background-color: #74A89B; }

 a { background-color: rgb(116,168,155); }

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

<style>
 span { border-color: #74A89B; }

 span { border-color: rgb(116,168,155); }

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