#70A99B

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

Shades of Acapulco #70A99B

Tints of Acapulco #70A99B

Color information

#70A99B (or 0x70A99B) is unknown color: approx Acapulco. HEX triplet: 70, A9 and 9B. RGB value is (112,169,155). Sum of RGB (Red+Green+Blue) = 112+169+155=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 169 - color contains mainly: green. Hex color #70A99B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A99B is #8F5664. Grayscale: #969696. Windows color (decimal): -9393765 or 10201456. OLE color: 10201456.

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

Color convert

RGB112169155-
CMYK0.3400.080.34
HSL165.26º24.89%55.1%-
HSV(B)165.26º33.73%66.27%-
XYZ26.7934.1936.2-
YUV150.36130.62100.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.69%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 155 (60.94% from 255) = 35.55%
R=25.69%
G=38.76%
B=35.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1121691550.3400.080.34165.2624.8955.1
Hex70A99B220822a51937
Octal16025123342010422453167
Binary11100001010100110011011100010010001000101010010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,169,155); }

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

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

 a { background-color: rgb(112,169,155); }

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

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

 span { border-color: rgb(112,169,155); }

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