#70A889

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

Shades of Acapulco #70A889

Tints of Acapulco #70A889

Color information

#70A889 (or 0x70A889) is unknown color: approx Acapulco. HEX triplet: 70, A8 and 89. RGB value is (112,168,137). Sum of RGB (Red+Green+Blue) = 112+168+137=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 168 - color contains mainly: green. Hex color #70A889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A889 is #8F5776. Grayscale: #939393. Windows color (decimal): -9394039 or 9021552. OLE color: 9021552.

HSL color Cylindrical-coordinate representation of color #70A889: hue angle of 146.79º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A889 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB112168137-
CMYK0.3300.180.34
HSL146.79º24.35%54.9%-
HSV(B)146.79º33.33%65.88%-
XYZ25.233.2628.76-
YUV147.72121.95102.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 168 (66.02% from 255) = 40.29%
BLUE value IS 137 (53.91% from 255) = 32.85%
R=26.86%
G=40.29%
B=32.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1121681370.3300.180.34146.7924.3554.9
Hex70A8892101222931837
Octal16025021141022422233067
Binary111000010101000100010011000010100101000101001001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,168,137); }

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

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

 a { background-color: rgb(112,168,137); }

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

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

 span { border-color: rgb(112,168,137); }

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