#70A296

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

Shades of Acapulco #70A296

Tints of Acapulco #70A296

Color information

#70A296 (or 0x70A296) is unknown color: approx Acapulco. HEX triplet: 70, A2 and 96. RGB value is (112,162,150). Sum of RGB (Red+Green+Blue) = 112+162+150=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #70A296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A296 is #8F5D69. Grayscale: #919191. Windows color (decimal): -9395562 or 9871984. OLE color: 9871984.

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

Color convert

RGB112162150-
CMYK0.3100.070.36
HSL165.6º21.19%53.73%-
HSV(B)165.6º30.86%63.53%-
XYZ25.1131.4933.61-
YUV145.68130.44103.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.42%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=26.42%
G=38.21%
B=35.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121621500.3100.070.36165.621.1953.73
Hex70A2961F0724a61536
Octal1602422263707442462566
Binary111000010100010100101101111101111001001010011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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