#70A8A2

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

Shades of Tradewind #70A8A2

Tints of Tradewind #70A8A2

Color information

#70A8A2 (or 0x70A8A2) is unknown color: approx Tradewind. HEX triplet: 70, A8 and A2. RGB value is (112,168,162). Sum of RGB (Red+Green+Blue) = 112+168+162=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 168 - color contains mainly: green. Hex color #70A8A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A8A2 is #8F575D. Grayscale: #969696. Windows color (decimal): -9394014 or 10659952. OLE color: 10659952.

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

Color convert

RGB112168162-
CMYK0.3300.040.34
HSL173.57º24.35%54.9%-
HSV(B)173.57º33.33%65.88%-
XYZ27.2134.0639.32-
YUV150.57134.45100.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.34%
GREEN value IS 168 (66.02% from 255) = 38.01%
BLUE value IS 162 (63.67% from 255) = 36.65%
R=25.34%
G=38.01%
B=36.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1121681620.3300.040.34173.5724.3554.9
Hex70A8A2210422ae1837
Octal1602502424104422563067
Binary1110000101010001010001010000101001000101010111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,168,162); }

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

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

 a { background-color: rgb(112,168,162); }

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

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

 span { border-color: rgb(112,168,162); }

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