#70A28D

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

Shades of Acapulco #70A28D

Tints of Acapulco #70A28D

Color information

#70A28D (or 0x70A28D) is unknown color: approx Acapulco. HEX triplet: 70, A2 and 8D. RGB value is (112,162,141). Sum of RGB (Red+Green+Blue) = 112+162+141=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #70A28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A28D is #8F5D72. Grayscale: #909090. Windows color (decimal): -9395571 or 9282160. OLE color: 9282160.

HSL color Cylindrical-coordinate representation of color #70A28D: hue angle of 154.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70A28D is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB112162141-
CMYK0.3100.130.36
HSL154.8º21.19%53.73%-
HSV(B)154.8º30.86%63.53%-
XYZ24.4131.2129.94-
YUV144.66125.94104.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.99%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=26.99%
G=39.04%
B=33.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121621410.3100.130.36154.821.1953.73
Hex70A28D1F0D249b1536
Octal16024221537015442332566
Binary1110000101000101000110111111011011001001001101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,162,141); }

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

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

 a { background-color: rgb(112,162,141); }

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

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

 span { border-color: rgb(112,162,141); }

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