#70A19D

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

Shades of Tradewind #70A19D

Tints of Tradewind #70A19D

Color information

#70A19D (or 0x70A19D) is unknown color: approx Tradewind. HEX triplet: 70, A1 and 9D. RGB value is (112,161,157). Sum of RGB (Red+Green+Blue) = 112+161+157=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 161 - color contains mainly: green. Hex color #70A19D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A19D is #8F5E62. Grayscale: #919191. Windows color (decimal): -9395811 or 10330480. OLE color: 10330480.

HSL color Cylindrical-coordinate representation of color #70A19D: hue angle of 175.1º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A19D is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB112161157-
CMYK0.3000.020.37
HSL175.1º20.68%53.53%-
HSV(B)175.1º30.43%63.14%-
XYZ25.5131.3736.61-
YUV145.89134.27103.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=26.05%
G=37.44%
B=36.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121611570.3000.020.37175.120.6853.53
Hex70A19D1E0225af1536
Octal1602412353602452572566
Binary11100001010000110011101111100101001011010111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,161,157); }

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

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

 a { background-color: rgb(112,161,157); }

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

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

 span { border-color: rgb(112,161,157); }

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