#70A794

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

Shades of Acapulco #70A794

Tints of Acapulco #70A794

Color information

#70A794 (or 0x70A794) is unknown color: approx Acapulco. HEX triplet: 70, A7 and 94. RGB value is (112,167,148). Sum of RGB (Red+Green+Blue) = 112+167+148=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 167 - color contains mainly: green. Hex color #70A794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A794 is #8F586B. Grayscale: #949494. Windows color (decimal): -9394284 or 9742192. OLE color: 9742192.

HSL color Cylindrical-coordinate representation of color #70A794: hue angle of 159.27º degrees, saturation: 0.24, 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 #70A794 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB112167148-
CMYK0.3300.110.35
HSL159.27º23.81%54.71%-
HSV(B)159.27º32.93%65.49%-
XYZ25.8533.2233.07-
YUV148.39127.78102.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 167 (65.62% from 255) = 39.11%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=26.23%
G=39.11%
B=34.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121671480.3300.110.35159.2723.8154.71
Hex70A794210B239f1837
Octal16024722441013432373067
Binary11100001010011110010100100001010111000111001111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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