#70A39B

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

Shades of Tradewind #70A39B

Tints of Tradewind #70A39B

Color information

#70A39B (or 0x70A39B) is unknown color: approx Tradewind. HEX triplet: 70, A3 and 9B. RGB value is (112,163,155). Sum of RGB (Red+Green+Blue) = 112+163+155=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 163 - color contains mainly: green. Hex color #70A39B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A39B is #8F5C64. Grayscale: #929292. Windows color (decimal): -9395301 or 10199920. OLE color: 10199920.

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

Color convert

RGB112163155-
CMYK0.3100.050.36
HSL170.59º21.7%53.92%-
HSV(B)170.59º31.29%63.92%-
XYZ25.732.0135.83-
YUV146.84132.6103.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=26.05%
G=37.91%
B=36.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121631550.3100.050.36170.5921.753.92
Hex70A39B1F0524ab1636
Octal1602432333705442532666
Binary111000010100011100110111111101011001001010101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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