#70AFA6

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

Shades of Tradewind #70AFA6

Tints of Tradewind #70AFA6

Color information

#70AFA6 (or 0x70AFA6) is unknown color: approx Tradewind. HEX triplet: 70, AF and A6. RGB value is (112,175,166). Sum of RGB (Red+Green+Blue) = 112+175+166=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #70AFA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AFA6 is #8F5059. Grayscale: #9B9B9B. Windows color (decimal): -9392218 or 10923888. OLE color: 10923888.

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

Color convert

RGB112175166-
CMYK0.3600.050.31
HSL171.43º28.25%56.27%-
HSV(B)171.43º36%68.63%-
XYZ28.936.8641.67-
YUV155.14134.1397.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.72%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 166 (65.23% from 255) = 36.64%
R=24.72%
G=38.63%
B=36.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121751660.3600.050.31171.4328.2556.27
Hex70AFA624051Fab1c38
Octal1602572464405372533470
Binary111000010101111101001101001000101111111010101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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