#70A990

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

Shades of Acapulco #70A990

Tints of Acapulco #70A990

Color information

#70A990 (or 0x70A990) is unknown color: approx Acapulco. HEX triplet: 70, A9 and 90. RGB value is (112,169,144). Sum of RGB (Red+Green+Blue) = 112+169+144=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #70A990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A990 is #8F566F. Grayscale: #959595. Windows color (decimal): -9393776 or 9480560. OLE color: 9480560.

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

Color convert

RGB112169144-
CMYK0.3400.150.34
HSL153.68º24.89%55.1%-
HSV(B)153.68º33.73%66.27%-
XYZ25.933.8331.55-
YUV149.11125.12101.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 169 (66.41% from 255) = 39.76%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=26.35%
G=39.76%
B=33.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1121691440.3400.150.34153.6824.8955.1
Hex70A990220F229a1937
Octal16025122042017422323167
Binary11100001010100110010000100010011111000101001101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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