#73ABA4

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

Shades of Tradewind #73ABA4

Tints of Tradewind #73ABA4

Color information

#73ABA4 (or 0x73ABA4) is unknown color: approx Tradewind. HEX triplet: 73, AB and A4. RGB value is (115,171,164). Sum of RGB (Red+Green+Blue) = 115+171+164=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 164 (64.45% from 255 or 36.44% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #73ABA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ABA4 is #8C545B. Grayscale: #999999. Windows color (decimal): -9196636 or 10791795. OLE color: 10791795.

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

Color convert

RGB115171164-
CMYK0.3300.040.33
HSL172.5º25%56.08%-
HSV(B)172.5º32.75%67.06%-
XYZ28.3335.4540.47-
YUV153.46133.95100.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.56%
GREEN value IS 171 (67.19% from 255) = 38%
BLUE value IS 164 (64.45% from 255) = 36.44%
R=25.56%
G=38%
B=36.44%

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
Decimal1151711640.3300.040.33172.52556.08
Hex73ABA4210421ac1938
Octal1632532444104412543170
Binary1110011101010111010010010000101001000011010110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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