#70A08E

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

Shades of Acapulco #70A08E

Tints of Acapulco #70A08E

Color information

#70A08E (or 0x70A08E) is unknown color: approx Acapulco. HEX triplet: 70, A0 and 8E. RGB value is (112,160,142). Sum of RGB (Red+Green+Blue) = 112+160+142=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 160 - color contains mainly: green. Hex color #70A08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A08E is #8F5F71. Grayscale: #8F8F8F. Windows color (decimal): -9396082 or 9347184. OLE color: 9347184.

HSL color Cylindrical-coordinate representation of color #70A08E: hue angle of 157.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A08E is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB112160142-
CMYK0.3000.110.37
HSL157.5º20.17%53.33%-
HSV(B)157.5º30%62.75%-
XYZ24.1430.5430.21-
YUV143.6127.1105.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.05%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=27.05%
G=38.65%
B=34.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121601420.3000.110.37157.520.1753.33
Hex70A08E1E0B259e1435
Octal16024021636013452362465
Binary1110000101000001000111011110010111001011001111010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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