#70B597

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

Shades of Acapulco #70B597

Tints of Acapulco #70B597

Color information

#70B597 (or 0x70B597) is unknown color: approx Acapulco. HEX triplet: 70, B5 and 97. RGB value is (112,181,151). Sum of RGB (Red+Green+Blue) = 112+181+151=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 151 (59.38% from 255 or 34.01% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #70B597 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B597 is #8F4A68. Grayscale: #9D9D9D. Windows color (decimal): -9390697 or 9942384. OLE color: 9942384.

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

Color convert

RGB112181151-
CMYK0.3800.170.29
HSL153.91º31.8%57.45%-
HSV(B)153.91º38.12%70.98%-
XYZ28.7938.7335.24-
YUV156.95124.6495.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.23%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 151 (59.38% from 255) = 34.01%
R=25.23%
G=40.77%
B=34.01%

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
Decimal1121811510.3800.170.29153.9131.857.45
Hex70B597260111D9a2039
Octal16026522746021352324071
Binary111000010110101100101111001100100011110110011010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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