#70B493

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

Shades of Acapulco #70B493

Tints of Acapulco #70B493

Color information

#70B493 (or 0x70B493) is unknown color: approx Acapulco. HEX triplet: 70, B4 and 93. RGB value is (112,180,147). Sum of RGB (Red+Green+Blue) = 112+180+147=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #70B493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B493 is #8F4B6C. Grayscale: #9B9B9B. Windows color (decimal): -9390957 or 9679984. OLE color: 9679984.

HSL color Cylindrical-coordinate representation of color #70B493: hue angle of 150.88º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B493 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB112180147-
CMYK0.3800.180.29
HSL150.88º31.19%57.25%-
HSV(B)150.88º37.78%70.59%-
XYZ28.2738.1933.49-
YUV155.91122.9796.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=25.51%
G=41.00%
B=33.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121801470.3800.180.29150.8831.1957.25
Hex70B493260121D971f39
Octal16026422346022352273771
Binary11100001011010010010011100110010010111011001011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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