#70AB9A

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

Shades of Acapulco #70AB9A

Tints of Acapulco #70AB9A

Color information

#70AB9A (or 0x70AB9A) is unknown color: approx Acapulco. HEX triplet: 70, AB and 9A. RGB value is (112,171,154). Sum of RGB (Red+Green+Blue) = 112+171+154=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AB9A is #8F5465. Grayscale: #979797. Windows color (decimal): -9393254 or 10136432. OLE color: 10136432.

HSL color Cylindrical-coordinate representation of color #70AB9A: hue angle of 162.71º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AB9A is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB112171154-
CMYK0.3500.100.33
HSL162.71º25.99%55.49%-
HSV(B)162.71º34.5%67.06%-
XYZ27.0834.935.88-
YUV151.42129.4599.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 171 (67.19% from 255) = 39.13%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=25.63%
G=39.13%
B=35.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121711540.3500.100.33162.7125.9955.49
Hex70AB9A230A21a31a37
Octal16025323243012412433267
Binary11100001010101110011010100011010101000011010001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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