#70AB8E

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

Shades of Acapulco #70AB8E

Tints of Acapulco #70AB8E

Color information

#70AB8E (or 0x70AB8E) is unknown color: approx Acapulco. HEX triplet: 70, AB and 8E. RGB value is (112,171,142). Sum of RGB (Red+Green+Blue) = 112+171+142=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AB8E is #8F5471. Grayscale: #969696. Windows color (decimal): -9393266 or 9350000. OLE color: 9350000.

HSL color Cylindrical-coordinate representation of color #70AB8E: hue angle of 150.51º 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 #70AB8E is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB112171142-
CMYK0.3500.170.33
HSL150.51º25.99%55.49%-
HSV(B)150.51º34.5%67.06%-
XYZ26.1334.5230.88-
YUV150.05123.45100.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 142 (55.86% from 255) = 33.41%
R=26.35%
G=40.24%
B=33.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121711420.3500.170.33150.5125.9955.49
Hex70AB8E2301121971a37
Octal16025321643021412273267
Binary111000010101011100011101000110100011000011001011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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