#70A493

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

Shades of Acapulco #70A493

Tints of Acapulco #70A493

Color information

#70A493 (or 0x70A493) is unknown color: approx Acapulco. HEX triplet: 70, A4 and 93. RGB value is (112,164,147). Sum of RGB (Red+Green+Blue) = 112+164+147=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #70A493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A493 is #8F5B6C. Grayscale: #929292. Windows color (decimal): -9395053 or 9675888. OLE color: 9675888.

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

Color convert

RGB112164147-
CMYK0.3200.100.36
HSL160.38º22.22%54.12%-
HSV(B)160.38º31.71%64.31%-
XYZ25.2232.132.47-
YUV146.51128.27103.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=26.48%
G=38.77%
B=34.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121641470.3200.100.36160.3822.2254.12
Hex70A493200A24a01636
Octal16024422340012442402666
Binary11100001010010010010011100000010101001001010000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,164,147); }

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

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

 a { background-color: rgb(112,164,147); }

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

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

 span { border-color: rgb(112,164,147); }

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