#70AAA1

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

Shades of Tradewind #70AAA1

Tints of Tradewind #70AAA1

Color information

#70AAA1 (or 0x70AAA1) is unknown color: approx Tradewind. HEX triplet: 70, AA and A1. RGB value is (112,170,161). Sum of RGB (Red+Green+Blue) = 112+170+161=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #70AAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AAA1 is #8F555E. Grayscale: #979797. Windows color (decimal): -9393503 or 10594928. OLE color: 10594928.

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

Color convert

RGB112170161-
CMYK0.3400.050.33
HSL170.69º25.44%55.29%-
HSV(B)170.69º34.12%66.67%-
XYZ27.4934.7738.98-
YUV151.63133.2899.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 161 (63.28% from 255) = 36.34%
R=25.28%
G=38.37%
B=36.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121701610.3400.050.33170.6925.4455.29
Hex70AAA1220521ab1937
Octal1602522414205412533167
Binary1110000101010101010000110001001011000011010101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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