#70A392

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

Shades of Acapulco #70A392

Tints of Acapulco #70A392

Color information

#70A392 (or 0x70A392) is unknown color: approx Acapulco. HEX triplet: 70, A3 and 92. RGB value is (112,163,146). Sum of RGB (Red+Green+Blue) = 112+163+146=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 163 - color contains mainly: green. Hex color #70A392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A392 is #8F5C6D. Grayscale: #919191. Windows color (decimal): -9395310 or 9610096. OLE color: 9610096.

HSL color Cylindrical-coordinate representation of color #70A392: hue angle of 160º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A392 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB112163146-
CMYK0.3100.100.36
HSL160º21.7%53.92%-
HSV(B)160º31.29%63.92%-
XYZ24.9731.7132-
YUV145.81128.1103.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.60%
GREEN value IS 163 (64.06% from 255) = 38.72%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=26.60%
G=38.72%
B=34.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121631460.3100.100.3616021.753.92
Hex70A3921F0A24a01636
Octal16024322237012442402666
Binary1110000101000111001001011111010101001001010000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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