#70ABA1

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

Shades of Tradewind #70ABA1

Tints of Tradewind #70ABA1

Color information

#70ABA1 (or 0x70ABA1) is unknown color: approx Tradewind. HEX triplet: 70, AB and A1. RGB value is (112,171,161). Sum of RGB (Red+Green+Blue) = 112+171+161=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 171 - color contains mainly: green. Hex color #70ABA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ABA1 is #8F545E. Grayscale: #989898. Windows color (decimal): -9393247 or 10595184. OLE color: 10595184.

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

Color convert

RGB112171161-
CMYK0.3500.060.33
HSL169.83º25.99%55.49%-
HSV(B)169.83º34.5%67.06%-
XYZ27.6835.1439.04-
YUV152.22132.9599.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.23%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 161 (63.28% from 255) = 36.26%
R=25.23%
G=38.51%
B=36.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121711610.3500.060.33169.8325.9955.49
Hex70ABA1230621aa1a37
Octal1602532414306412523267
Binary1110000101010111010000110001101101000011010101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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