#70A999

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

Shades of Acapulco #70A999

Tints of Acapulco #70A999

Color information

#70A999 (or 0x70A999) is unknown color: approx Acapulco. HEX triplet: 70, A9 and 99. RGB value is (112,169,153). Sum of RGB (Red+Green+Blue) = 112+169+153=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 169 - color contains mainly: green. Hex color #70A999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A999 is #8F5666. Grayscale: #969696. Windows color (decimal): -9393767 or 10070384. OLE color: 10070384.

HSL color Cylindrical-coordinate representation of color #70A999: hue angle of 163.16º 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 #70A999 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB112169153-
CMYK0.3400.090.34
HSL163.16º24.89%55.1%-
HSV(B)163.16º33.73%66.27%-
XYZ26.6234.1235.32-
YUV150.13129.62100.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.81%
GREEN value IS 169 (66.41% from 255) = 38.94%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=25.81%
G=38.94%
B=35.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1121691530.3400.090.34163.1624.8955.1
Hex70A999220922a31937
Octal16025123142011422433167
Binary11100001010100110011001100010010011000101010001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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