#70AAA0

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

Shades of Tradewind #70AAA0

Tints of Tradewind #70AAA0

Color information

#70AAA0 (or 0x70AAA0) is unknown color: approx Tradewind. HEX triplet: 70, AA and A0. RGB value is (112,170,160). Sum of RGB (Red+Green+Blue) = 112+170+160=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #70AAA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AAA0 is #8F555F. Grayscale: #979797. Windows color (decimal): -9393504 or 10529392. OLE color: 10529392.

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

Color convert

RGB112170160-
CMYK0.3400.060.33
HSL169.66º25.44%55.29%-
HSV(B)169.66º34.12%66.67%-
XYZ27.434.7338.52-
YUV151.52132.7899.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.34%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 160 (62.89% from 255) = 36.20%
R=25.34%
G=38.46%
B=36.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121701600.3400.060.33169.6625.4455.29
Hex70AAA0220621aa1937
Octal1602522404206412523167
Binary1110000101010101010000010001001101000011010101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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