#70A79F

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

Shades of Tradewind #70A79F

Tints of Tradewind #70A79F

Color information

#70A79F (or 0x70A79F) is unknown color: approx Tradewind. HEX triplet: 70, A7 and 9F. RGB value is (112,167,159). Sum of RGB (Red+Green+Blue) = 112+167+159=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 167 - color contains mainly: green. Hex color #70A79F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A79F is #8F5860. Grayscale: #959595. Windows color (decimal): -9394273 or 10463088. OLE color: 10463088.

HSL color Cylindrical-coordinate representation of color #70A79F: hue angle of 171.27º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A79F is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB112167159-
CMYK0.3300.050.35
HSL171.27º23.81%54.71%-
HSV(B)171.27º32.93%65.49%-
XYZ26.7633.5937.87-
YUV149.64133.28101.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.57%
GREEN value IS 167 (65.62% from 255) = 38.13%
BLUE value IS 159 (62.5% from 255) = 36.30%
R=25.57%
G=38.13%
B=36.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1121671590.3300.050.35171.2723.8154.71
Hex70A79F210523ab1837
Octal1602472374105432533067
Binary1110000101001111001111110000101011000111010101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,167,159); }

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

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

 a { background-color: rgb(112,167,159); }

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

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

 span { border-color: rgb(112,167,159); }

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