#70ABA5

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

Shades of Tradewind #70ABA5

Tints of Tradewind #70ABA5

Color information

#70ABA5 (or 0x70ABA5) is unknown color: approx Tradewind. HEX triplet: 70, AB and A5. RGB value is (112,171,165). Sum of RGB (Red+Green+Blue) = 112+171+165=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #70ABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ABA5 is #8F545A. Grayscale: #989898. Windows color (decimal): -9393243 or 10857328. OLE color: 10857328.

HSL color Cylindrical-coordinate representation of color #70ABA5: hue angle of 173.9º 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 #70ABA5 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB112171165-
CMYK0.3500.040.33
HSL173.9º25.99%55.49%-
HSV(B)173.9º34.5%67.06%-
XYZ28.0435.2940.93-
YUV152.68134.9598.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25%
GREEN value IS 171 (67.19% from 255) = 38.17%
BLUE value IS 165 (64.84% from 255) = 36.83%
R=25%
G=38.17%
B=36.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121711650.3500.040.33173.925.9955.49
Hex70ABA5230421ae1a37
Octal1602532454304412563267
Binary1110000101010111010010110001101001000011010111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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