#70aa90

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

Shades of Acapulco #70AA90

Tints of Acapulco #70AA90

Color information

#70AA90 (or 0x70AA90) is unknown color: approx Acapulco. HEX triplet: 70, AA and 90. RGB value is (112,170,144). Sum of RGB (Red+Green+Blue) = 112+170+144=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA90 is #8F556F. Grayscale: #959595. Windows color (decimal): -9393520 or 9480816. OLE color: 9480816.

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

Color convert

RGB112170144-
CMYK0.3400.150.33
HSL153.1º25.44%55.29%-
HSV(B)153.1º34.12%66.67%-
XYZ26.0934.2131.61-
YUV149.69124.78101.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.29%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 144 (56.64% from 255) = 33.80%
R=26.29%
G=39.91%
B=33.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121701440.3400.150.33153.125.4455.29
Hex70AA90220F21991937
Octal16025222042017412313167
Binary11100001010101010010000100010011111000011001100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70aa90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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