#70B39C

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

Shades of Acapulco #70B39C

Tints of Acapulco #70B39C

Color information

#70B39C (or 0x70B39C) is unknown color: approx Acapulco. HEX triplet: 70, B3 and 9C. RGB value is (112,179,156). Sum of RGB (Red+Green+Blue) = 112+179+156=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #70B39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B39C is #8F4C63. Grayscale: #9C9C9C. Windows color (decimal): -9391204 or 10269552. OLE color: 10269552.

HSL color Cylindrical-coordinate representation of color #70B39C: hue angle of 159.4º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B39C is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB112179156-
CMYK0.3700.130.30
HSL159.4º30.59%57.06%-
HSV(B)159.4º37.43%70.2%-
XYZ28.838.0937.29-
YUV156.34127.896.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.06%
GREEN value IS 179 (70.31% from 255) = 40.04%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=25.06%
G=40.04%
B=34.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121791560.3700.130.30159.430.5957.06
Hex70B39C250D1E9f1f39
Octal16026323445015362373771
Binary1110000101100111001110010010101101111101001111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,179,156); }

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

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

 a { background-color: rgb(112,179,156); }

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

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

 span { border-color: rgb(112,179,156); }

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