#74B49A

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

Shades of Acapulco #74B49A

Tints of Acapulco #74B49A

Color information

#74B49A (or 0x74B49A) is unknown color: approx Acapulco. HEX triplet: 74, B4 and 9A. RGB value is (116,180,154). Sum of RGB (Red+Green+Blue) = 116+180+154=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #74B49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B49A is #8B4B65. Grayscale: #9D9D9D. Windows color (decimal): -9128806 or 10138740. OLE color: 10138740.

HSL color Cylindrical-coordinate representation of color #74B49A: hue angle of 155.62º 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 #74B49A is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB116180154-
CMYK0.3600.140.29
HSL155.62º29.91%58.04%-
HSV(B)155.62º35.56%70.59%-
XYZ29.3638.6936.49-
YUV157.9125.898.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.78%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 154 (60.55% from 255) = 34.22%
R=25.78%
G=40%
B=34.22%

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
Decimal1161801540.3600.140.29155.6229.9158.04
Hex74B49A240E1D9c1e3a
Octal16426423244016352343672
Binary1110100101101001001101010010001110111011001110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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