#70B497

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

Shades of Acapulco #70B497

Tints of Acapulco #70B497

Color information

#70B497 (or 0x70B497) is unknown color: approx Acapulco. HEX triplet: 70, B4 and 97. RGB value is (112,180,151). Sum of RGB (Red+Green+Blue) = 112+180+151=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #70B497 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B497 is #8F4B68. Grayscale: #9C9C9C. Windows color (decimal): -9390953 or 9942128. OLE color: 9942128.

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

Color convert

RGB112180151-
CMYK0.3800.160.29
HSL154.41º31.19%57.25%-
HSV(B)154.41º37.78%70.59%-
XYZ28.5938.3235.17-
YUV156.36124.9796.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 151 (59.38% from 255) = 34.09%
R=25.28%
G=40.63%
B=34.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121801510.3800.160.29154.4131.1957.25
Hex70B497260101D9a1f39
Octal16026422746020352323771
Binary11100001011010010010111100110010000111011001101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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