#70B19A

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

Shades of Acapulco #70B19A

Tints of Acapulco #70B19A

Color information

#70B19A (or 0x70B19A) is unknown color: approx Acapulco. HEX triplet: 70, B1 and 9A. RGB value is (112,177,154). Sum of RGB (Red+Green+Blue) = 112+177+154=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 177 - color contains mainly: green. Hex color #70B19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B19A is #8F4E65. Grayscale: #9A9A9A. Windows color (decimal): -9391718 or 10137968. OLE color: 10137968.

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

Color convert

RGB112177154-
CMYK0.3700.130.31
HSL158.77º29.41%56.67%-
HSV(B)158.77º36.72%69.41%-
XYZ28.2437.2236.27-
YUV154.94127.4797.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 177 (69.53% from 255) = 39.95%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=25.28%
G=39.95%
B=34.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121771540.3700.130.31158.7729.4156.67
Hex70B19A250D1F9f1d39
Octal16026123245015372373571
Binary1110000101100011001101010010101101111111001111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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