#70AEAB

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

Shades of Tradewind #70AEAB

Tints of Tradewind #70AEAB

Color information

#70AEAB (or 0x70AEAB) is unknown color: approx Tradewind. HEX triplet: 70, AE and AB. RGB value is (112,174,171). Sum of RGB (Red+Green+Blue) = 112+174+171=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 174 - color contains mainly: green. Hex color #70AEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AEAB is #8F5154. Grayscale: #9B9B9B. Windows color (decimal): -9392469 or 11251312. OLE color: 11251312.

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

Color convert

RGB112174171-
CMYK0.3600.020.32
HSL177.1º27.68%56.08%-
HSV(B)177.1º35.63%68.24%-
XYZ29.1736.6644.07-
YUV155.12136.9697.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.51%
GREEN value IS 174 (68.36% from 255) = 38.07%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=24.51%
G=38.07%
B=37.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121741710.3600.020.32177.127.6856.08
Hex70AEAB240220b11c38
Octal1602562534402402613470
Binary111000010101110101010111001000101000001011000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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