#70A697

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

Shades of Acapulco #70A697

Tints of Acapulco #70A697

Color information

#70A697 (or 0x70A697) is unknown color: approx Acapulco. HEX triplet: 70, A6 and 97. RGB value is (112,166,151). Sum of RGB (Red+Green+Blue) = 112+166+151=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 166 - color contains mainly: green. Hex color #70A697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A697 is #8F5968. Grayscale: #949494. Windows color (decimal): -9394537 or 9938544. OLE color: 9938544.

HSL color Cylindrical-coordinate representation of color #70A697: hue angle of 163.33º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A697 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB112166151-
CMYK0.3300.090.35
HSL163.33º23.28%54.51%-
HSV(B)163.33º32.53%65.1%-
XYZ25.932.9534.27-
YUV148.14129.61102.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 166 (65.23% from 255) = 38.69%
BLUE value IS 151 (59.38% from 255) = 35.20%
R=26.11%
G=38.69%
B=35.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121661510.3300.090.35163.3323.2854.51
Hex70A697210923a31737
Octal16024622741011432432767
Binary11100001010011010010111100001010011000111010001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,166,151); }

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

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

 a { background-color: rgb(112,166,151); }

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

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

 span { border-color: rgb(112,166,151); }

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