#70ACAA

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

Shades of Tradewind #70ACAA

Tints of Tradewind #70ACAA

Color information

#70ACAA (or 0x70ACAA) is unknown color: approx Tradewind. HEX triplet: 70, AC and AA. RGB value is (112,172,170). Sum of RGB (Red+Green+Blue) = 112+172+170=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #70ACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ACAA is #8F5355. Grayscale: #999999. Windows color (decimal): -9392982 or 11185264. OLE color: 11185264.

HSL color Cylindrical-coordinate representation of color #70ACAA: hue angle of 178º 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 #70ACAA is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB112172170-
CMYK0.3500.010.33
HSL178º26.55%55.69%-
HSV(B)178º34.88%67.45%-
XYZ28.6935.8543.44-
YUV153.83137.1298.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.67%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=24.67%
G=37.89%
B=37.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121721700.3500.010.3317826.5555.69
Hex70ACAA230121b21b38
Octal1602542524301412623370
Binary11100001010110010101010100011011000011011001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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