#70A29D

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

Shades of Tradewind #70A29D

Tints of Tradewind #70A29D

Color information

#70A29D (or 0x70A29D) is unknown color: approx Tradewind. HEX triplet: 70, A2 and 9D. RGB value is (112,162,157). Sum of RGB (Red+Green+Blue) = 112+162+157=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 162 - color contains mainly: green. Hex color #70A29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A29D is #8F5D62. Grayscale: #929292. Windows color (decimal): -9395555 or 10330736. OLE color: 10330736.

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

Color convert

RGB112162157-
CMYK0.3100.030.36
HSL174º21.19%53.73%-
HSV(B)174º30.86%63.53%-
XYZ25.6931.7236.67-
YUV146.48133.94103.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.99%
GREEN value IS 162 (63.67% from 255) = 37.59%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=25.99%
G=37.59%
B=36.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121621570.3100.030.3617421.1953.73
Hex70A29D1F0324ae1536
Octal1602422353703442562566
Binary11100001010001010011101111110111001001010111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,162,157); }

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

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

 a { background-color: rgb(112,162,157); }

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

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

 span { border-color: rgb(112,162,157); }

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