#70A396

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

Shades of Acapulco #70A396

Tints of Acapulco #70A396

Color information

#70A396 (or 0x70A396) is unknown color: approx Acapulco. HEX triplet: 70, A3 and 96. RGB value is (112,163,150). Sum of RGB (Red+Green+Blue) = 112+163+150=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 163 - color contains mainly: green. Hex color #70A396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A396 is #8F5C69. Grayscale: #929292. Windows color (decimal): -9395306 or 9872240. OLE color: 9872240.

HSL color Cylindrical-coordinate representation of color #70A396: hue angle of 164.71º 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 #70A396 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB112163150-
CMYK0.3100.080.36
HSL164.71º21.7%53.92%-
HSV(B)164.71º31.29%63.92%-
XYZ25.2831.8433.67-
YUV146.27130.1103.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 163 (64.06% from 255) = 38.35%
BLUE value IS 150 (58.98% from 255) = 35.29%
R=26.35%
G=38.35%
B=35.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121631500.3100.080.36164.7121.753.92
Hex70A3961F0824a51636
Octal16024322637010442452666
Binary1110000101000111001011011111010001001001010010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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