#70B49A

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

Shades of Acapulco #70B49A

Tints of Acapulco #70B49A

Color information

#70B49A (or 0x70B49A) is unknown color: approx Acapulco. HEX triplet: 70, B4 and 9A. RGB value is (112,180,154). Sum of RGB (Red+Green+Blue) = 112+180+154=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #70B49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B49A is #8F4B65. Grayscale: #9C9C9C. Windows color (decimal): -9390950 or 10138736. OLE color: 10138736.

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

Color convert

RGB112180154-
CMYK0.3800.140.29
HSL157.06º31.19%57.25%-
HSV(B)157.06º37.78%70.59%-
XYZ28.8438.4236.47-
YUV156.7126.4796.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.11%
GREEN value IS 180 (70.70% from 255) = 40.36%
BLUE value IS 154 (60.55% from 255) = 34.53%
R=25.11%
G=40.36%
B=34.53%

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
Decimal1121801540.3800.140.29157.0631.1957.25
Hex70B49A260E1D9d1f39
Octal16026423246016352353771
Binary1110000101101001001101010011001110111011001110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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