#70AA92

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

Shades of Acapulco #70AA92

Tints of Acapulco #70AA92

Color information

#70AA92 (or 0x70AA92) is unknown color: approx Acapulco. HEX triplet: 70, AA and 92. RGB value is (112,170,146). Sum of RGB (Red+Green+Blue) = 112+170+146=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AA92 is #8F556D. Grayscale: #959595. Windows color (decimal): -9393518 or 9611888. OLE color: 9611888.

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

Color convert

RGB112170146-
CMYK0.3400.140.33
HSL155.17º25.44%55.29%-
HSV(B)155.17º34.12%66.67%-
XYZ26.2534.2732.43-
YUV149.92125.78100.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 170 (66.80% from 255) = 39.72%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=26.17%
G=39.72%
B=34.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121701460.3400.140.33155.1725.4455.29
Hex70AA92220E219b1937
Octal16025222242016412333167
Binary11100001010101010010010100010011101000011001101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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