#70AFAE

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

Shades of Tradewind #70AFAE

Tints of Tradewind #70AFAE

Color information

#70AFAE (or 0x70AFAE) is unknown color: approx Tradewind. HEX triplet: 70, AF and AE. RGB value is (112,175,174). Sum of RGB (Red+Green+Blue) = 112+175+174=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #70AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AFAE is #8F5051. Grayscale: #9B9B9B. Windows color (decimal): -9392210 or 11448176. OLE color: 11448176.

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

Color convert

RGB112175174-
CMYK0.3600.010.31
HSL179.05º28.25%56.27%-
HSV(B)179.05º36%68.63%-
XYZ29.6537.1645.65-
YUV156.05138.1396.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=24.30%
G=37.96%
B=37.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121751740.3600.010.31179.0528.2556.27
Hex70AFAE24011Fb31c38
Octal1602572564401372633470
Binary1110000101011111010111010010001111111011001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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