#70AA9A

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

Shades of Acapulco #70AA9A

Tints of Acapulco #70AA9A

Color information

#70AA9A (or 0x70AA9A) is unknown color: approx Acapulco. HEX triplet: 70, AA and 9A. RGB value is (112,170,154). Sum of RGB (Red+Green+Blue) = 112+170+154=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA9A is #8F5565. Grayscale: #969696. Windows color (decimal): -9393510 or 10136176. OLE color: 10136176.

HSL color Cylindrical-coordinate representation of color #70AA9A: hue angle of 163.45º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70AA9A is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB112170154-
CMYK0.3400.090.33
HSL163.45º25.44%55.29%-
HSV(B)163.45º34.12%66.67%-
XYZ26.8934.5335.82-
YUV150.83129.78100.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.69%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 154 (60.55% from 255) = 35.32%
R=25.69%
G=38.99%
B=35.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121701540.3400.090.33163.4525.4455.29
Hex70AA9A220921a31937
Octal16025223242011412433167
Binary11100001010101010011010100010010011000011010001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,170,154); }

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

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

 a { background-color: rgb(112,170,154); }

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

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

 span { border-color: rgb(112,170,154); }

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