#70A394

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

Shades of Acapulco #70A394

Tints of Acapulco #70A394

Color information

#70A394 (or 0x70A394) is unknown color: approx Acapulco. HEX triplet: 70, A3 and 94. RGB value is (112,163,148). Sum of RGB (Red+Green+Blue) = 112+163+148=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #70A394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A394 is #8F5C6B. Grayscale: #929292. Windows color (decimal): -9395308 or 9741168. OLE color: 9741168.

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

Color convert

RGB112163148-
CMYK0.3100.090.36
HSL162.35º21.7%53.92%-
HSV(B)162.35º31.29%63.92%-
XYZ25.1231.7832.83-
YUV146.04129.1103.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 163 (64.06% from 255) = 38.53%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=26.48%
G=38.53%
B=34.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121631480.3100.090.36162.3521.753.92
Hex70A3941F0924a21636
Octal16024322437011442422666
Binary1110000101000111001010011111010011001001010001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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