#70AAA4

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

Shades of Tradewind #70AAA4

Tints of Tradewind #70AAA4

Color information

#70AAA4 (or 0x70AAA4) is unknown color: approx Tradewind. HEX triplet: 70, AA and A4. RGB value is (112,170,164). Sum of RGB (Red+Green+Blue) = 112+170+164=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #70AAA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AAA4 is #8F555B. Grayscale: #979797. Windows color (decimal): -9393500 or 10791536. OLE color: 10791536.

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

Color convert

RGB112170164-
CMYK0.3400.040.33
HSL173.79º25.44%55.29%-
HSV(B)173.79º34.12%66.67%-
XYZ27.7634.8740.39-
YUV151.97134.7899.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.11%
GREEN value IS 170 (66.80% from 255) = 38.12%
BLUE value IS 164 (64.45% from 255) = 36.77%
R=25.11%
G=38.12%
B=36.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121701640.3400.040.33173.7925.4455.29
Hex70AAA4220421ae1937
Octal1602522444204412563167
Binary1110000101010101010010010001001001000011010111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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