#74B19E

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

Shades of Acapulco #74B19E

Tints of Acapulco #74B19E

Color information

#74B19E (or 0x74B19E) is unknown color: approx Acapulco. HEX triplet: 74, B1 and 9E. RGB value is (116,177,158). Sum of RGB (Red+Green+Blue) = 116+177+158=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 177 - color contains mainly: green. Hex color #74B19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74B19E is #8B4E61. Grayscale: #9C9C9C. Windows color (decimal): -9129570 or 10400116. OLE color: 10400116.

HSL color Cylindrical-coordinate representation of color #74B19E: hue angle of 161.31º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74B19E is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB116177158-
CMYK0.3400.110.31
HSL161.31º28.11%57.45%-
HSV(B)161.31º34.46%69.41%-
XYZ29.137.6338.08-
YUV156.6128.7999.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.72%
GREEN value IS 177 (69.53% from 255) = 39.25%
BLUE value IS 158 (62.11% from 255) = 35.03%
R=25.72%
G=39.25%
B=35.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161771580.3400.110.31161.3128.1157.45
Hex74B19E220B1Fa11c39
Octal16426123642013372413471
Binary1110100101100011001111010001001011111111010000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,177,158); }

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

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

 a { background-color: rgb(116,177,158); }

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

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

 span { border-color: rgb(116,177,158); }

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