#70AA99

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

Shades of Acapulco #70AA99

Tints of Acapulco #70AA99

Color information

#70AA99 (or 0x70AA99) is unknown color: approx Acapulco. HEX triplet: 70, AA and 99. RGB value is (112,170,153). Sum of RGB (Red+Green+Blue) = 112+170+153=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA99 is #8F5566. Grayscale: #969696. Windows color (decimal): -9393511 or 10070640. OLE color: 10070640.

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

Color convert

RGB112170153-
CMYK0.3400.10.33
HSL162.41º25.44%55.29%-
HSV(B)162.41º34.12%66.67%-
XYZ26.8134.4935.38-
YUV150.72129.28100.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.75%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 153 (60.16% from 255) = 35.17%
R=25.75%
G=39.08%
B=35.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121701530.3400.10.33162.4125.4455.29
Hex70AA99220A21a21937
Octal16025223142012412423167
Binary11100001010101010011001100010010101000011010001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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