#70AA8E

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

Shades of Acapulco #70AA8E

Tints of Acapulco #70AA8E

Color information

#70AA8E (or 0x70AA8E) is unknown color: approx Acapulco. HEX triplet: 70, AA and 8E. RGB value is (112,170,142). Sum of RGB (Red+Green+Blue) = 112+170+142=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA8E is #8F5571. Grayscale: #959595. Windows color (decimal): -9393522 or 9349744. OLE color: 9349744.

HSL color Cylindrical-coordinate representation of color #70AA8E: hue angle of 151.03º 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 #70AA8E is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB112170142-
CMYK0.3400.160.33
HSL151.03º25.44%55.29%-
HSV(B)151.03º34.12%66.67%-
XYZ25.9434.1530.82-
YUV149.47123.78101.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.42%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=26.42%
G=40.09%
B=33.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121701420.3400.160.33151.0325.4455.29
Hex70AA8E2201021971937
Octal16025221642020412273167
Binary111000010101010100011101000100100001000011001011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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