#74A995

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

Shades of Acapulco #74A995

Tints of Acapulco #74A995

Color information

#74A995 (or 0x74A995) is unknown color: approx Acapulco. HEX triplet: 74, A9 and 95. RGB value is (116,169,149). Sum of RGB (Red+Green+Blue) = 116+169+149=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 169 - color contains mainly: green. Hex color #74A995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A995 is #8B566A. Grayscale: #969696. Windows color (decimal): -9131627 or 9808244. OLE color: 9808244.

HSL color Cylindrical-coordinate representation of color #74A995: hue angle of 157.36º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A995 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB116169149-
CMYK0.3100.120.34
HSL157.36º23.56%55.88%-
HSV(B)157.36º31.36%66.27%-
XYZ26.8234.2633.63-
YUV150.87126.94103.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.73%
GREEN value IS 169 (66.41% from 255) = 38.94%
BLUE value IS 149 (58.59% from 255) = 34.33%
R=26.73%
G=38.94%
B=34.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1161691490.3100.120.34157.3623.5655.88
Hex74A9951F0C229d1838
Octal16425122537014422353070
Binary1110100101010011001010111111011001000101001110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,169,149); }

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

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

 a { background-color: rgb(116,169,149); }

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

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

 span { border-color: rgb(116,169,149); }

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