#70B496

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

Shades of Acapulco #70B496

Tints of Acapulco #70B496

Color information

#70B496 (or 0x70B496) is unknown color: approx Acapulco. HEX triplet: 70, B4 and 96. RGB value is (112,180,150). Sum of RGB (Red+Green+Blue) = 112+180+150=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #70B496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B496 is #8F4B69. Grayscale: #9C9C9C. Windows color (decimal): -9390954 or 9876592. OLE color: 9876592.

HSL color Cylindrical-coordinate representation of color #70B496: hue angle of 153.53º 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 #70B496 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB112180150-
CMYK0.3800.170.29
HSL153.53º31.19%57.25%-
HSV(B)153.53º37.78%70.59%-
XYZ28.5138.2934.74-
YUV156.25124.4796.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.34%
GREEN value IS 180 (70.70% from 255) = 40.72%
BLUE value IS 150 (58.98% from 255) = 33.94%
R=25.34%
G=40.72%
B=33.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121801500.3800.170.29153.5331.1957.25
Hex70B496260111D9a1f39
Octal16026422646021352323771
Binary11100001011010010010110100110010001111011001101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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