#70A199

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

Shades of Tradewind #70A199

Tints of Tradewind #70A199

Color information

#70A199 (or 0x70A199) is unknown color: approx Tradewind. HEX triplet: 70, A1 and 99. RGB value is (112,161,153). Sum of RGB (Red+Green+Blue) = 112+161+153=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #70A199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A199 is #8F5E66. Grayscale: #919191. Windows color (decimal): -9395815 or 10068336. OLE color: 10068336.

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

Color convert

RGB112161153-
CMYK0.3000.050.37
HSL170.2º20.68%53.53%-
HSV(B)170.2º30.43%63.14%-
XYZ25.1831.2334.84-
YUV145.44132.27104.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.29%
GREEN value IS 161 (63.28% from 255) = 37.79%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=26.29%
G=37.79%
B=35.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121611530.3000.050.37170.220.6853.53
Hex70A1991E0525aa1536
Octal1602412313605452522566
Binary111000010100001100110011111001011001011010101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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