#74B49F

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

Shades of Acapulco #74B49F

Tints of Acapulco #74B49F

Color information

#74B49F (or 0x74B49F) is unknown color: approx Acapulco. HEX triplet: 74, B4 and 9F. RGB value is (116,180,159). Sum of RGB (Red+Green+Blue) = 116+180+159=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #74B49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B49F is #8B4B60. Grayscale: #9E9E9E. Windows color (decimal): -9128801 or 10466420. OLE color: 10466420.

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

Color convert

RGB116180159-
CMYK0.3600.120.29
HSL160.31º29.91%58.04%-
HSV(B)160.31º35.56%70.59%-
XYZ29.7838.8638.73-
YUV158.47128.397.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=25.49%
G=39.56%
B=34.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161801590.3600.120.29160.3129.9158.04
Hex74B49F240C1Da01e3a
Octal16426423744014352403672
Binary1110100101101001001111110010001100111011010000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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