#70A49E

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

Shades of Tradewind #70A49E

Tints of Tradewind #70A49E

Color information

#70A49E (or 0x70A49E) is unknown color: approx Tradewind. HEX triplet: 70, A4 and 9E. RGB value is (112,164,158). Sum of RGB (Red+Green+Blue) = 112+164+158=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 164 - color contains mainly: green. Hex color #70A49E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A49E is #8F5B61. Grayscale: #939393. Windows color (decimal): -9395042 or 10396784. OLE color: 10396784.

HSL color Cylindrical-coordinate representation of color #70A49E: hue angle of 173.08º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A49E is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB112164158-
CMYK0.3200.040.36
HSL173.08º22.22%54.12%-
HSV(B)173.08º31.71%64.31%-
XYZ26.1332.4637.24-
YUV147.77133.77102.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.81%
GREEN value IS 164 (64.45% from 255) = 37.79%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=25.81%
G=37.79%
B=36.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121641580.3200.040.36173.0822.2254.12
Hex70A49E200424ad1636
Octal1602442364004442552666
Binary1110000101001001001111010000001001001001010110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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