#70AEA2

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

Shades of Tradewind #70AEA2

Tints of Tradewind #70AEA2

Color information

#70AEA2 (or 0x70AEA2) is unknown color: approx Tradewind. HEX triplet: 70, AE and A2. RGB value is (112,174,162). Sum of RGB (Red+Green+Blue) = 112+174+162=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #70AEA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AEA2 is #8F515D. Grayscale: #9A9A9A. Windows color (decimal): -9392478 or 10661488. OLE color: 10661488.

HSL color Cylindrical-coordinate representation of color #70AEA2: hue angle of 168.39º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AEA2 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB112174162-
CMYK0.3600.070.32
HSL168.39º27.68%56.08%-
HSV(B)168.39º35.63%68.24%-
XYZ28.3436.3339.7-
YUV154.09132.4697.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25%
GREEN value IS 174 (68.36% from 255) = 38.84%
BLUE value IS 162 (63.67% from 255) = 36.16%
R=25%
G=38.84%
B=36.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121741620.3600.070.32168.3927.6856.08
Hex70AEA2240720a81c38
Octal1602562424407402503470
Binary1110000101011101010001010010001111000001010100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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