#73ABA5

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

Shades of Tradewind #73ABA5

Tints of Tradewind #73ABA5

Color information

#73ABA5 (or 0x73ABA5) is unknown color: approx Tradewind. HEX triplet: 73, AB and A5. RGB value is (115,171,165). Sum of RGB (Red+Green+Blue) = 115+171+165=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #73ABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ABA5 is #8C545A. Grayscale: #999999. Windows color (decimal): -9196635 or 10857331. OLE color: 10857331.

HSL color Cylindrical-coordinate representation of color #73ABA5: hue angle of 173.57º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73ABA5 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB115171165-
CMYK0.3300.040.33
HSL173.57º25%56.08%-
HSV(B)173.57º32.75%67.06%-
XYZ28.4235.4940.95-
YUV153.57134.45100.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.50%
GREEN value IS 171 (67.19% from 255) = 37.92%
BLUE value IS 165 (64.84% from 255) = 36.59%
R=25.50%
G=37.92%
B=36.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151711650.3300.040.33173.572556.08
Hex73ABA5210421ae1938
Octal1632532454104412563170
Binary1110011101010111010010110000101001000011010111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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