#74B494

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

Shades of Acapulco #74B494

Tints of Acapulco #74B494

Color information

#74B494 (or 0x74B494) is unknown color: approx Acapulco. HEX triplet: 74, B4 and 94. RGB value is (116,180,148). Sum of RGB (Red+Green+Blue) = 116+180+148=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #74B494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B494 is #8B4B6B. Grayscale: #9D9D9D. Windows color (decimal): -9128812 or 9745524. OLE color: 9745524.

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

Color convert

RGB116180148-
CMYK0.3600.180.29
HSL150º29.91%58.04%-
HSV(B)150º35.56%70.59%-
XYZ28.8738.4933.93-
YUV157.22122.898.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.13%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 148 (58.20% from 255) = 33.33%
R=26.13%
G=40.54%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161801480.3600.180.2915029.9158.04
Hex74B494240121D961e3a
Octal16426422444022352263672
Binary11101001011010010010100100100010010111011001011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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