#70B49B

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

Shades of Acapulco #70B49B

Tints of Acapulco #70B49B

Color information

#70B49B (or 0x70B49B) is unknown color: approx Acapulco. HEX triplet: 70, B4 and 9B. RGB value is (112,180,155). Sum of RGB (Red+Green+Blue) = 112+180+155=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #70B49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B49B is #8F4B64. Grayscale: #9C9C9C. Windows color (decimal): -9390949 or 10204272. OLE color: 10204272.

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

Color convert

RGB112180155-
CMYK0.3800.140.29
HSL157.94º31.19%57.25%-
HSV(B)157.94º37.78%70.59%-
XYZ28.9238.4536.91-
YUV156.82126.9796.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.06%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=25.06%
G=40.27%
B=34.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121801550.3800.140.29157.9431.1957.25
Hex70B49B260E1D9e1f39
Octal16026423346016352363771
Binary1110000101101001001101110011001110111011001111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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