#70A299

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

Shades of Tradewind #70A299

Tints of Tradewind #70A299

Color information

#70A299 (or 0x70A299) is unknown color: approx Tradewind. HEX triplet: 70, A2 and 99. RGB value is (112,162,153). Sum of RGB (Red+Green+Blue) = 112+162+153=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 162 - color contains mainly: green. Hex color #70A299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A299 is #8F5D66. Grayscale: #929292. Windows color (decimal): -9395559 or 10068592. OLE color: 10068592.

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

Color convert

RGB112162153-
CMYK0.3100.060.36
HSL169.2º21.19%53.73%-
HSV(B)169.2º30.86%63.53%-
XYZ25.3531.5934.9-
YUV146.02131.94103.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=26.23%
G=37.94%
B=35.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121621530.3100.060.36169.221.1953.73
Hex70A2991F0624a91536
Octal1602422313706442512566
Binary111000010100010100110011111101101001001010100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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