#70AAA7

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

Shades of Tradewind #70AAA7

Tints of Tradewind #70AAA7

Color information

#70AAA7 (or 0x70AAA7) is unknown color: approx Tradewind. HEX triplet: 70, AA and A7. RGB value is (112,170,167). Sum of RGB (Red+Green+Blue) = 112+170+167=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #70AAA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AAA7 is #8F5558. Grayscale: #989898. Windows color (decimal): -9393497 or 10988144. OLE color: 10988144.

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

Color convert

RGB112170167-
CMYK0.3400.020.33
HSL176.9º25.44%55.29%-
HSV(B)176.9º34.12%66.67%-
XYZ28.0334.9841.83-
YUV152.32136.2899.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 167 (65.62% from 255) = 37.19%
R=24.94%
G=37.86%
B=37.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121701670.3400.020.33176.925.4455.29
Hex70AAA7220221b11937
Octal1602522474202412613167
Binary111000010101010101001111000100101000011011000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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