#70ACA0

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

Shades of Tradewind #70ACA0

Tints of Tradewind #70ACA0

Color information

#70ACA0 (or 0x70ACA0) is unknown color: approx Tradewind. HEX triplet: 70, AC and A0. RGB value is (112,172,160). Sum of RGB (Red+Green+Blue) = 112+172+160=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #70ACA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ACA0 is #8F535F. Grayscale: #989898. Windows color (decimal): -9392992 or 10529904. OLE color: 10529904.

HSL color Cylindrical-coordinate representation of color #70ACA0: hue angle of 168º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70ACA0 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB112172160-
CMYK0.3500.070.33
HSL168º26.55%55.69%-
HSV(B)168º34.88%67.45%-
XYZ27.7835.4938.64-
YUV152.69132.1298.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.23%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 160 (62.89% from 255) = 36.04%
R=25.23%
G=38.74%
B=36.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121721600.3500.070.3316826.5555.69
Hex70ACA0230721a81b38
Octal1602542404307412503370
Binary1110000101011001010000010001101111000011010100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,172,160); }

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

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

 a { background-color: rgb(112,172,160); }

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

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

 span { border-color: rgb(112,172,160); }

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