#74B49B

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

Shades of Acapulco #74B49B

Tints of Acapulco #74B49B

Color information

#74B49B (or 0x74B49B) is unknown color: approx Acapulco. HEX triplet: 74, B4 and 9B. RGB value is (116,180,155). Sum of RGB (Red+Green+Blue) = 116+180+155=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #74B49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B49B is #8B4B64. Grayscale: #9E9E9E. Windows color (decimal): -9128805 or 10204276. OLE color: 10204276.

HSL color Cylindrical-coordinate representation of color #74B49B: hue angle of 156.56º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B49B is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB116180155-
CMYK0.3600.140.29
HSL156.56º29.91%58.04%-
HSV(B)156.56º35.56%70.59%-
XYZ29.4438.7236.93-
YUV158.01126.398.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.72%
GREEN value IS 180 (70.70% from 255) = 39.91%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=25.72%
G=39.91%
B=34.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161801550.3600.140.29156.5629.9158.04
Hex74B49B240E1D9d1e3a
Octal16426423344016352353672
Binary1110100101101001001101110010001110111011001110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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