#70A495

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

Shades of Acapulco #70A495

Tints of Acapulco #70A495

Color information

#70A495 (or 0x70A495) is unknown color: approx Acapulco. HEX triplet: 70, A4 and 95. RGB value is (112,164,149). Sum of RGB (Red+Green+Blue) = 112+164+149=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 164 - color contains mainly: green. Hex color #70A495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A495 is #8F5B6A. Grayscale: #929292. Windows color (decimal): -9395051 or 9806960. OLE color: 9806960.

HSL color Cylindrical-coordinate representation of color #70A495: hue angle of 162.69º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A495 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB112164149-
CMYK0.3200.090.36
HSL162.69º22.22%54.12%-
HSV(B)162.69º31.71%64.31%-
XYZ25.3832.1733.3-
YUV146.74129.27103.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 164 (64.45% from 255) = 38.59%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=26.35%
G=38.59%
B=35.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121641490.3200.090.36162.6922.2254.12
Hex70A495200924a31636
Octal16024422540011442432666
Binary11100001010010010010101100000010011001001010001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70A495; }

 p { color: rgb(112,164,149); }

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

<style>
 a { background-color: #70A495; }

 a { background-color: rgb(112,164,149); }

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

<style>
 span { border-color: #70A495; }

 span { border-color: rgb(112,164,149); }

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