#70AEA3

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

Shades of Tradewind #70AEA3

Tints of Tradewind #70AEA3

Color information

#70AEA3 (or 0x70AEA3) is unknown color: approx Tradewind. HEX triplet: 70, AE and A3. RGB value is (112,174,163). Sum of RGB (Red+Green+Blue) = 112+174+163=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #70AEA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AEA3 is #8F515C. Grayscale: #9A9A9A. Windows color (decimal): -9392477 or 10727024. OLE color: 10727024.

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

Color convert

RGB112174163-
CMYK0.3600.060.32
HSL169.35º27.68%56.08%-
HSV(B)169.35º35.63%68.24%-
XYZ28.4336.3640.17-
YUV154.21132.9697.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 163 (64.06% from 255) = 36.30%
R=24.94%
G=38.75%
B=36.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121741630.3600.060.32169.3527.6856.08
Hex70AEA3240620a91c38
Octal1602562434406402513470
Binary1110000101011101010001110010001101000001010100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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