#70AEAD

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

Shades of Tradewind #70AEAD

Tints of Tradewind #70AEAD

Color information

#70AEAD (or 0x70AEAD) is unknown color: approx Tradewind. HEX triplet: 70, AE and AD. RGB value is (112,174,173). Sum of RGB (Red+Green+Blue) = 112+174+173=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 174 - color contains mainly: green. Hex color #70AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AEAD is #8F5152. Grayscale: #9B9B9B. Windows color (decimal): -9392467 or 11382384. OLE color: 11382384.

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

Color convert

RGB112174173-
CMYK0.3600.010.32
HSL179.03º27.68%56.08%-
HSV(B)179.03º35.63%68.24%-
XYZ29.3636.7345.08-
YUV155.35137.9697.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.40%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=24.40%
G=37.91%
B=37.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121741730.3600.010.32179.0327.6856.08
Hex70AEAD240120b31c38
Octal1602562554401402633470
Binary11100001010111010101101100100011000001011001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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