#70A39A

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

Shades of Tradewind #70A39A

Tints of Tradewind #70A39A

Color information

#70A39A (or 0x70A39A) is unknown color: approx Tradewind. HEX triplet: 70, A3 and 9A. RGB value is (112,163,154). Sum of RGB (Red+Green+Blue) = 112+163+154=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 163 - color contains mainly: green. Hex color #70A39A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A39A is #8F5C65. Grayscale: #929292. Windows color (decimal): -9395302 or 10134384. OLE color: 10134384.

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

Color convert

RGB112163154-
CMYK0.3100.060.36
HSL169.41º21.7%53.92%-
HSV(B)169.41º31.29%63.92%-
XYZ25.6131.9735.39-
YUV146.72132.1103.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 163 (64.06% from 255) = 38.00%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=26.11%
G=38.00%
B=35.90%

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
Decimal1121631540.3100.060.36169.4121.753.92
Hex70A39A1F0624a91636
Octal1602432323706442512666
Binary111000010100011100110101111101101001001010100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,163,154); }

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

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

 a { background-color: rgb(112,163,154); }

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

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

 span { border-color: rgb(112,163,154); }

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