#70AFAC

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

Shades of Tradewind #70AFAC

Tints of Tradewind #70AFAC

Color information

#70AFAC (or 0x70AFAC) is unknown color: approx Tradewind. HEX triplet: 70, AF and AC. RGB value is (112,175,172). Sum of RGB (Red+Green+Blue) = 112+175+172=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #70AFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AFAC is #8F5053. Grayscale: #9B9B9B. Windows color (decimal): -9392212 or 11317104. OLE color: 11317104.

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

Color convert

RGB112175172-
CMYK0.3600.020.31
HSL177.14º28.25%56.27%-
HSV(B)177.14º36%68.63%-
XYZ29.4637.0844.63-
YUV155.82137.1396.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.40%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=24.40%
G=38.13%
B=37.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121751720.3600.020.31177.1428.2556.27
Hex70AFAC24021Fb11c38
Octal1602572544402372613470
Binary11100001010111110101100100100010111111011000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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