#73ABA6

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

Shades of Tradewind #73ABA6

Tints of Tradewind #73ABA6

Color information

#73ABA6 (or 0x73ABA6) is unknown color: approx Tradewind. HEX triplet: 73, AB and A6. RGB value is (115,171,166). Sum of RGB (Red+Green+Blue) = 115+171+166=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #73ABA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ABA6 is #8C5459. Grayscale: #999999. Windows color (decimal): -9196634 or 10922867. OLE color: 10922867.

HSL color Cylindrical-coordinate representation of color #73ABA6: hue angle of 174.64º 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 #73ABA6 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB115171166-
CMYK0.3300.030.33
HSL174.64º25%56.08%-
HSV(B)174.64º32.75%67.06%-
XYZ28.5235.5241.43-
YUV153.69134.95100.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.44%
GREEN value IS 171 (67.19% from 255) = 37.83%
BLUE value IS 166 (65.23% from 255) = 36.73%
R=25.44%
G=37.83%
B=36.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151711660.3300.030.33174.642556.08
Hex73ABA6210321af1938
Octal1632532464103412573170
Binary111001110101011101001101000010111000011010111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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